@media only screen and (max-width:970px) {
    #gmp-leadmobile {
        min-height: 100px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #gmp-bottommobile_home_category,
    #gmp-btf2,
    #gmp-btf3,
    #gmp-topmobile{
        margin-top: 5px;
        min-height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .gmp-middlemobile,#gmp-middlemobile_home_category,#gmp-topmobile_home_category {
        min-height: 600px
    }
    #gmp-middlemobile_home_category > div[id^=google_ads_iframe_],
    #gmp-middlemobile_home_category  > div.teads-inread,
    #gmp-topmobile_home_category > div[id^=google_ads_iframe_],
    #gmp-topmobile_home_category  > div.teads-inread,
    .gmp-middlemobile > #gmp-middlemobile_r{
        top:100px!important;
        position:sticky!important;
    }
    #gmpSkinMobileSpacer {
        min-height: 100px;
    }
}

@media only screen and (min-width:971px) {
    #gmp-masthead {
        min-height: 250px;
        margin-top: 20px
    }

    #gmp-bottomright,
    #gmp-insideposttop,
    #gmp-middleright,
    .gmp-insidepostmiddle {
        min-height: 280px
    }

    #gmp-box_home_category {
        min-height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}