.ig_messenger.ig_canvas.ig_container {
    /*max-height: 80%;*/
    /*max-width: 400px;*/
    max-width: 33%;
}

.ig_messenger.ig_canvas .ig_content {
    border: 1px solid #BFBFBF;
    margin: .6em .6em .1em .6em;
    padding: .6em;
    overflow: hidden;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.13);
    background-color: #FFF !important;
}
.ig_messenger.ig_canvas .ig_headline {
    color: #111;
    width: 100%;
    font-size: 1.5em;
    line-height: 1em;
    padding: 0 1em .1em 0.2em;
}

.ig_messenger.ig_canvas .ig_body{
    max-height: 21em;
    overflow-y: auto;
    padding: 0 .5em 0 .5em;
    margin-top: .5em;
    line-height: 1.3em;

}

.ig_messenger.ig_canvas .ig_icon {
    float: right;
    position: relative;
    border-radius: 5%;
    /*max-width: 100px;*/
    max-width: 6em;
    margin: .3em;
    height: auto !important;
    width: auto !important;
}

.ig_messenger.ig_canvas .ig_message {
    color: #444;
    display: inline;
}

.ig_messenger.ig_canvas .ig_close {
    /*right: .5em;
    top: .5em;*/
    right: 0;
    top: .5em;
}

.ig_messenger.ig_canvas .ig_powered_by {
    bottom: 0;
    padding-left: 1em;
    text-align: left;
}
@media only screen and (max-width: 850px) {
    .ig_messenger.ig_canvas.ig_container {
        max-width: 50%;
    }
}
@media only screen and (max-width: 644px) {
    .ig_messenger.ig_canvas.ig_container {
        max-width: 70%;
    }
}
@media only screen and (max-width: 415px) {
    .ig_messenger.ig_canvas.ig_container {
        max-width: 90%;
    }
}