@media screen and (max-width: 768px) {
    header {
        margin: 0;
        position: initial;
    }
    /*layout*/
    .header__mobile {
        display: block;
    }
    #masthead {
        display: none;
    }
    #navi-main {
        display: none;
    }
    #main-wrap {
        padding: 0;
        width: 100%;
        overflow: hidden;
        min-height: auto !important;
    }
    #featured {
        display: none;
    }
    #main-wrap.main-wrap--wide {
        width: 100%;
    }
    header .header-inner {
        width: 100%;
    }
}
