/* Contact page cache-safe mobile containment fixes. */
@media (max-width: 700px) {
    .et-contact .et-contact__hero {
        overflow: hidden;
    }

    .et-contact + #embarque-footer .et-payment-banner {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}
