.emo--navigation { display: none; }
body.is-mobile .stageMobile .modMobileGallery {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.scs-pageheader,
.pageheader {
    opacity: 0;
    z-index: 1000;
}
.responsiveHeader .ui-header { z-index: 1000; }
.is-visible { opacity: 1; }
@media screen and (max-height: 600px) {
    body.is-mobile .nav__primary.is-open {
        max-height: 80vh;
        overflow: scroll !important;
    }
}