/* Explicit heights override intrinsic HTML height attributes. */
.card-image img{height:auto;aspect-ratio:3/2;object-fit:cover}
.featured .card-image img{height:auto;aspect-ratio:16/10;max-height:440px;object-fit:cover;object-position:center 40%}
.story-cover{max-width:780px;margin:0 auto 45px}
.story-cover img{width:100%;height:auto;max-height:520px;object-fit:contain}
@media(max-width:760px){.featured .card-image img{max-height:none;aspect-ratio:3/2}.story-cover img{max-height:400px}}
