.l-gallery-carousel .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: block;
}
.l-gallery-carousel .swiper:not(.swiper-initialized) .swiper-slide:nth-child(-n+1) {
  display: block;
}
.l-gallery-carousel .swiper:not(.swiper-initialized) .swiper-slide:not(:nth-child(-n+1)) {
  display: none;
}