.image-gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-gallery-swiper .swiper-slide img {
  max-height: calc(100dvh - 5rem);
  max-width: 100%;
  object-fit: contain;
}
