/* Scoped image presentation; text, cards, pagination and shared UI are unchanged. */
.abg-index-image.abg-index-image--harmonized {
    width:100%;
    max-width:300px;
    aspect-ratio:1200 / 630;
}
.abg-index-image.abg-index-image--harmonized img {
    display:block;
    width:100%;
    max-width:100%;
    height:100%;
    object-fit:contain;
}
