@media only screen and (max-width:970px) {
    #gmp-topmobile,
    #gmp-bottommobile {
        min-height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #gmp-middlemobile {
        min-height: 600px;
    }
    #gmp-middlemobile > div[id^=google_ads_iframe_],
    #gmp-middlemobile > div.teads-inread {
        top: 175px !important;
        position: sticky !important;
    }
    #gmp-intext_vip{min-height:144px;}
    #gmpSkinMobileSpacer {
        min-height: 100px;
    }
}
@media only screen and (min-width:971px) {
    #gmp-masthead {
        min-height: 250px;
    }
    #gmp-intext_vip{min-height:169px;}
    #gmp-topright,
    #gmp-middleright,
    #gmp-bottomright,
    #gmp-insideposttop {
        min-height: 280px;
    }
    #gmp-insidepostmiddle,
    #gmp-insidepostbottom {
        min-height: 280px;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
