/* Premium DNS news: compact band, full square illustration */
.blog-post__hero:has(picture.blog-post__hero-img) {
    background: #000;
    border-radius: 28px;
    overflow: hidden;
}
.blog-post__hero picture.blog-post__hero-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    background: #000;
    overflow: hidden;
}
@media (min-width: 540px) {
    .blog-post__hero picture.blog-post__hero-img {
        height: 300px;
    }
}
@media (min-width: 1025px) {
    .blog-post__hero picture.blog-post__hero-img {
        height: 360px;
    }
}
.blog-post__hero picture.blog-post__hero-img img {
    display: block;
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
}