@media only screen and (max-width: 768px) {
    .xarreglar iframe {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 auto !important;
    }
}
