.ads-container {
    width: 100%;
    display: block;
    position: relative;
}

.ads-block {
    display: block;
    box-sizing: border-box;
    position: relative;
    display: table;
    margin: 0px auto;
}

/* ADS Section */

.ads-section.section-banner .ads-container {
    overflow: hidden;
}

.ads-section.section-banner .ads-block>div {
    display: table-cell!important;
}

.ads-section.section-banner iframe {
    max-width: 100%;
}

/* banner fixo rodape premium */
#pp_boxheadersticky{
    z-index:10!important;
}

.ads-section.fixed-height{
    min-height: 50px;
}

.ads-section.fixed-height.large-first-ads{
    min-height: 100px;
}

/* pushdown */
#ndmais-pushdown .ads-block,
#ndmais-pushdown .ads-block iframe{
    display: block;
}

#ndmais-pushdown .ads-block{
    margin-top: -1px;
}

/* acnhor*/
#ppBoxAnchor{
    z-index: 99!important;
}

/* fullscren */
#ndmais-out-of-page{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999999;
}


.pp-viewability-booster-on.nd-viewability-booster-on{
    top: 65px!important;
}

#bg-ad.fullscreen-enabled .p-section{
    padding: 0;
    margin: 0;
}

#bg-ad.fullscreen-enabled .ads-section.fixed-height,
#bg-ad.fullscreen-enabled .ads-section.fixed-height .ads-block{
    height:190px;
}

#bg-ad.rendered .ads-section.fixed-height .ads-block > div,
#bg-ad.rendered .ads-section.fixed-height .ads-block > div > iframe{
    width: 100%!important;
    margin: 0 auto!important;
    border: none;
}

#bg-ad.redered .ads-section.fixed-height .ads-block > div > iframe{
    width: 100%!important;
    border: none;
}

@media only screen and (min-width:768px) {

    #bg-ad .p-section{
        padding: 0;
    }
    
    #bg-ad .ads-section.fixed-height,
    #bg-ad .ads-section.fixed-height .ads-block,
    #bg-ad.fullscreen-enabled .ads-section.fixed-height,
    #bg-ad.fullscreen-enabled .ads-section.fixed-height .ads-block{
        height:150px;
    }

    .ads-section.fixed-height.large-first-ads{
        min-height: 90px;
    }

}



@media only screen and (min-width:1200px) {

    #parallax-home .pp-adunit{
        max-height: 250px;
    }

    #parallax-home.parallax-active .pp-adunit,
    #parallax-home.parallax-active .ads-block,
    #parallax-home.parallax-active iframe{
        max-width:100%!important;
        max-height: none;
    }

}