.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{
    height: 50px;
}

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

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

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

    .ads-section.fixed-height{
        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;
    }

}