


#primary.outside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url(../../img/boy-optm.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 999;
    max-width: 100%;
}

.texture {
    display: none;
}

#primary.outside > .texture {
    display: block;
}

#primary.outside .logo {
    position: fixed;
    top: 20px;
    left: 20px;
    display: inline-block;
    z-index: 9999;
}

#primary.outside article {
    margin-bottom: 0;
}

#primary.outside #content {
    position: absolute;
    z-index: 14;
    top: 0;
    left: 50%;
    width: 50%;
    max-width: 50%;
    height: calc(100% - 35px);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0;
    overflow: auto;
    display: block;
}

#primary.outside #content.center-vert {
    display: flex;
    align-items: center;
}
    
#primary.outside #content .limit {
    padding: 3rem 0;
}

footer.site-footer {
    z-index: 999999;
}

.mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    #primary.outside #content.center-vert {
        display: block;
    }
    #primary.outside #content {
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        background-color: #fff;
    }
    .outside-header {
        background: rgba(0, 0, 0, 0) url(../../img/boy-optm.jpg) 50% 50% no-repeat;
        background-size: cover;
        height: 120px;
        position: relative;
    }
    .outside-header .logo {
        position: absolute !important;
        top: 20px;
        left: auto !important;
        right: 20px !important;
        width: 136px;
    }
    .outside-header .logo img {
        width: 136px;
    }
    .videos-header .title-area img {
        width: 176px;
    }
}