.home-hero > picture,
.page-hero > picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero > picture img,
.page-hero > picture img,
.story-split picture img,
.article-figure picture img,
.article-card-image picture img,
.visual-article-image picture img,
.image-card picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero > picture img { filter: brightness(.64); }
.page-hero > picture img { filter: brightness(.48); }

.story-split picture,
.article-figure picture,
.article-card-image picture,
.visual-article-image picture,
.image-card picture {
    display: block;
    width: 100%;
    height: 100%;
}
