@media (max-width: 781px) {
    :root {
        --wp--preset--spacing--20: 0.22rem;
        --wp--preset--spacing--30: 0.33rem;
        --wp--preset--spacing--40: 0.5rem;
        --wp--preset--spacing--50: 0.75rem;
        --wp--preset--spacing--60: 1.125rem;
        --wp--preset--spacing--70: 1.69rem;
        --wp--preset--spacing--80: 2.53rem;
    }
    header {
        .otb-header-top-container {
            align-items: center;
            .custom-logo {
                min-width: 200px;
            }
            .wp-container-content-2 {
                display: none;
            }
        }
    }
    .wp-block-oas-block-galleries-list-block a .gallery_details,
    .wp-block-oas-block-models-list-block a .model_details {
        opacity: 1;
    }
    .emailField {
        padding: 1.75rem 1rem!important;
    }
    .otb-hidden-mobile {
        display: none!important;
    }
    .hero-area {
        h1 {
            font-size: 2.3rem!important;
        }
        .image-container {
            margin-top: -2rem!important;
        }
    }
    footer {
        .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
            flex-basis: 45% !important;
        }
    }
    
    .footer_other_site_row {
        flex-flow: column wrap;
        margin-bottom: 24px!important;
    }

    .footer_other_site_button {
        width: 90%;
    }
    .footer_other_site_button > a {
        padding: 0.5rem 1rem;
        width: 90%;
    }
}
