.article-gallery {
  min-height: 0;
  background: transparent;
}

.article-gallery-slide {
  display: block;
  height: auto;
  min-height: 0;
  background: var(--cream);
}

.article-gallery-slide[hidden] {
  display: none;
}

.article-gallery-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
