@media (max-width: 480px) {
    iframe[title="chat widget"] {
        transform-origin: bottom right !important;
    }

}
@media (min-width: 481px) and (max-width: 1024px) {
    iframe[title="chat widget"] {
        transform-origin: bottom right !important;
    }

}
@media (min-width: 1025px) {
    iframe[title="chat widget"] {
        transform-origin: bottom right !important;
    }

}