.galleryGrid {
  padding: 0;
  max-width: max(100%, 1920px) !important;
}
.galleryGrid img {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
.galleryGrid .swiper-wrapper {
  gap: 3%;
}
.galleryGrid .swiper-slide {
  margin: 1em 0.5em;
  min-height: 300px;
  width: 400px;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 450px) {
  .galleryGrid .swiper-slide {
    height: 100%;
  }
}
.galleryGrid .swiper-slide figure {
  aspect-ratio: 6/2.9;
}
.galleryGrid figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.galleryGrid div.swiper-slide {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  gap: 14px;
}
.galleryGrid div.swiper-slide figure,
.galleryGrid div.swiper-slide img {
  max-height: 100%;
  max-width: min(100%, 85vw);
  width: auto;
  overflow: hidden;
}
.galleryGrid div.swiper-slide figure {
  max-height: 50%;
}
.galleryGrid div.swiper-slide figure img {
  width: 100%;
  object-fit: cover;
}
.galleryGrid .rect {
  max-height: 40%;
}
.galleryGrid figure {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/*# sourceMappingURL=galleryGrid.css.map */
