/* MOBILE */

@media only screen and (max-width: 767px) {

    /* Resize hero */
    .oshin_child.home .hero-section-wrap {
        height: 476px !important;
        background-size: auto 476px !important;
        background-position: left top !important;
        background-color: #5383a8 !important;
    }

    /* Hide the Instagram feed */
    .oshin_child.home #content {
        display: none;
    }
}


@media only screen and (max-width: 959px) {

    .header-hero-section .be-wrap {
        max-width: initial;
    }

    /* Isolated Branding - El inserted via JS */
    .re-isolated-branding {
        left: 20px;
        top: 20px;
        position: absolute;
    }

    #hero-section .re-isolated-branding .re-heading {
        color: #fff;
        font-size: 21px;
        line-height: inherit;
    }
    .re-isolated-branding .re-heading b {
        background-color: rgba(255, 255, 255, 0.75);
        border-color: #d8dd2b;
        color: #393d7b;
    }
}