/* Show the full menu cards rather than cropping their portrait layouts. */
.gallery__fig img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}
