﻿/*
    interscroller.css
    version: 1.0
    date: 2019-04-18
*/
.article {
    display:block;
    position:relative;
    overflow-x:hidden;
    background: #fff;
}
.advert-mobile-header, .advert-mobile-footer {
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 2;
    color: #4c5c66;
    text-align: center;
    padding: 8px;
    line-height: 1;
    font-family: "proxima-nova-n8","proxima-nova","Arial",Verdana,sans-serif;
}

.advert-mobile-footer {
    top: auto;
    bottom: 0;
    font-family: "proxima-nova-n8","proxima-nova","Arial",Verdana,sans-serif;
}

.advert-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0;
    transform: translateZ(0px);
    border-bottom: 1px solid #F7F7F6;
    background: #fff;
}

.ad {
    display: flex;
    align-items: center;
    justify-content: center;
}
.interscroller-advert-mobile-container {
    position: absolute;
    width: 100%;
    height: 90vh;
    min-height: 610px;
    clip: rect(auto, auto, auto, auto);
    z-index: 3;
    margin-left: 0px;
    left: 0;
    font-size: 0.75em;
    overflow: hidden;
    font-size: 0.75em;
}
.interscroller-advert-mobile {
    height: 90vh;
    min-height: 610px;
    margin: 24px 0;
}
@media only screen and (min-width : 520px) {
    .interscroller-advert-mobile {
        display: none;
    }
    #oas_Right2 {
        display: none;
    }
    #interscroller {
        display:none;
    }
}