 .lex-web-ui-iframe, lex-web-ui {
min-width:420px;
    max-height: 500px;
    margin-right: 0vw !important;
    margin-bottom: 10px !important;
}

.lex-web-ui-iframe.lex-web-ui-iframe--show.lex-web-ui-iframe--minimize {
    max-width: 30px !important;
    max-height: 85px !important;
    border-radius: 85px !important;
    min-width: 85px !important;
  }

@media (max-width: 768px){
 .lex-web-ui-iframe {
    max-width: 350px;
min-width:350px;
}

lex-web-ui
{
    max-width: 350px;
min-width:350px;
}

}