/* Keep article billboard creatives centred inside the full-width GPT slot. */
#single-news .article-top-ad > .container > div,
#single-news .article-top-ad .ad-slot--article_richmedia {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 250px;
}

#single-news .article-top-ad .ad-slot--article_richmedia > iframe {
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    #single-news .article-top-ad {
        padding-top: 12px;
    }

    #single-news .article-top-ad > .container > div,
    #single-news .article-top-ad .ad-slot--article_richmedia {
        min-height: 100px;
    }
}
