.gallery-swiper {
  width: 100%;
  height: var(--gallery-height);
}
.gallery-swiper .swiper-slide {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  box-sizing: border-box;
  cursor: grab;
}
.gallery-swiper .swiper-slide:active {
  cursor: grabbing;
}
.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 1; */
  object-fit: contain;
  display: block;
}
