@media only screen and (min-width:769px) {
#LRfloater0{
    top: 5px !important;
    left:auto !important;
    width: 90px;
    right: 150px !important;
}
}
@media only screen and (max-width:768px) {
#LRfloater0{
    top: auto !important;
    left:auto !important;
    width: 90px;
    right: 10px !important;
    bottom: 150px;
}
}
.embed-chat-container{
 margin-right: 53px;
}