iframe {
    max-height: 440px !important;
}

@media (max-width: 689px) {
    iframe {
        width: 100% !important;
        height: 300px !important;
    }
}
