/* =======================================
  ACF/SCF Image Gallery
======================================= */

.wkit-acf-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wkit-acf-gallery.wkit-carousel {
  display: block;
}

.wkit-acf-gallery.wkit-carousel.swiper.wkit-marquee-vertical .swiper-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.wkit-acf-gallery.wkit-carousel.swiper.wkit-marquee-vertical .swiper-slide {
  height: auto;
  width: 100%;
}

.wkit-acf-gallery.wkit-carousel.swiper.wkit-marquee-vertical {
  height: 320px;
}

.wkit-acf-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
