.live-chat-container {
   position:fixed;
   bottom:0;
   right:0;
   z-index:999;
}

.live-chat-container > iframe {
    position:relative;
    width:100%;
    height:100%;
}
