.adplugg-tag .adplugg-ad::after {
    content: "ADVERTISEMENT";
    font-size: 60%;
    color: #6494be;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.column-ad-zone-container {
    width: 100%;
    border-top: 1px solid #222222;
    padding: calc(2.64vw * var(--scale)) 0px;
}

.column-ad-zone .adplugg-placement {
    display: flex;
    flex-direction: column;
    justify-content:
        space-around;
}

.column-ad-zone img {
    height: auto;
    width: 100%
}

/* .adplugg-tag.small-ad .adplugg-ad img {
    max-width: 300px;
} */

/* .adplugg-tag.banner-ad .adplugg-ad img {
    max-height: 250px;
} */

.adplugg-tag.small-ad.in-article-ad {
    display: none;
}

.adplugg-tag.small-ad .adplugg-image-wrapper {
    max-width: 300px;
    max-height: 250px;
    margin: 0 auto;
}

.adplugg-tag.banner-ad .adplugg-image-wrapper {
    max-height: 250px;
    margin: auto;
}

.adplugg-tag.banner-ad .adplugg-image-wrapper img {
    max-height: 250px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .adplugg-tag.small-ad.in-article-ad {
        display: block;
    }
}