/* Only artwork reproductions use the full width and natural proportions.
   Portraits, exhibition photographs and background compositions keep their layouts. */
main :is(.home-work, .catalog-card, .artist-work, .exhibition-artwork,
    .artwork-related-card, .artwork-detail-hero__figure) .media-frame--artwork,
main .collector-first__artwork.media-frame--artwork {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    padding: 0;
    align-self: start;
}
main :is(.home-work, .catalog-card, .artist-work, .exhibition-artwork,
    .artwork-related-card, .artwork-detail-hero__figure, .collector-first__artwork) img {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    padding: 0;
    transform: none;
    animation: none;
}
main .artwork-detail-hero__stage.media-frame--artwork > img {
    width: 100%;
    height: auto;
    max-height: none;
}
main :is(.home-work, .catalog-card, .artist-work, .exhibition-artwork__link,
    .artwork-related-card):is(:hover, :focus-visible) img,
main .artwork-detail-hero__stage:has(.artwork-zoom-button:is(:hover, :focus-visible)) > img {
    transform: none;
}
