/* Keep full-resolution artwork inside the static card library tiles. */
.utt-index .utt-grid__item,
.utt-index .utt-grid__link {
    min-width: 0;
    box-sizing: border-box;
}
.utt-index .utt-grid__thumb {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
}
.utt-index .utt-grid__thumb > img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* The full card guide also uses the original high-resolution image. */
img.utt-card__art {
    display: block;
    width: 100%;
    max-width: 24rem;
    height: auto;
    object-fit: contain;
}
