/* Preserve the full framing of the delivered IBU photographs. */
.ibu-showcase { margin-bottom: var(--s-7); scroll-margin-top: calc(var(--nav-h) + var(--s-4)); }
.ibu-showcase__title { margin: 0 0 var(--s-4); font-family: var(--serif); font-size: var(--fs-xl); font-weight: 400; }
.gallery figure.ibu-photo { grid-column: span 4; aspect-ratio: var(--ibu-ratio, 3 / 2); }
.gallery figure.ibu-photo picture { display: block; width: 100%; height: 100%; }
.gallery figure.ibu-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 860px) {
  .gallery figure.ibu-photo { grid-column: span 1; }
}
