.ads-content,
.ads-square,
.ads-giant,
.ads-top {
    position: relative;
    text-align: center;
    min-height: 250px;
    padding: 0;
}
.ads-content:after,
.ads-square:after,
.ads-giant:after,
.ads-top:after {
    background-color: #f8f8f8;
    content: "Adv";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    font-size: 11px;
    line-height: 1;
    color: #d3d3d3;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ads-content {
    background-color: #fbfbfb;
    color: #f0f0f0;
    min-height: auto;
}

.ads-giant {
    min-height: 600px;
}

.ads-top {
    margin: 0 0 20px;
    /* min-height: 90px; */
}

.ads-content,
.ads-square,
.ads-giant {
    margin: 20px 0;
}

.section__left > .ads-giant,
.section__left > .ads-square,
.section__right > .ads-giant,
.section__right > .ads-square {
    margin: 0 0 20px;
}

.newsmason .ads-giant,
.newsmason .ads-square {
    margin: 0;
}

.section__left .ads-square,
.section__left .ads-giant {
    width: 300px;
    margin-left: -10px;
}