.ads-title {
    text-align: center;
    color: #fff;
    /* background: #36A1CE; */
    background-color: #ffffff1a;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* .ads-doc .ads-title {
    background: #36A1CE;
} */

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;

    /* position: relative; */
}

/* .fix_title_ads .ads-title {
    background: unset;
    position: absolute;
    top: 0;
    width: 100%;
} */

.ads,
.ads-slot img {
    width: 100%;
}

.ads-slot {
    overflow: hidden
}

.ads-doc {
    /* width: 160px;
    max-width: 160px; */
    width: 300px;
    max-width: 300px
}

.ads-left .ads-doc {
    width: 160px;
    max-width: 160px;
}

/* 

@media (min-width:1621px) {
    .ads_block_left .ads-doc {
        width: 300px;
        max-width: 300px
    }
} */

.ads-ngang {
    width: 300px;
    max-width: 300px
}

/* fix */
@media (min-width:790px) {
    .ads-ngang {
        width: 728px;
        max-width: 728px
    }
}

@media (min-width:830px) {
    .ads_add .ads-ngang {
        width: 768px;
        max-width: 768px
    }
}

@media (min-width:1032px) {
    .ads_add .ads-ngang {
        width: 970px;
        max-width: 970px
    }
}