/* Add custom CSS styles below */ 
/* Force swiper lazy images to show in Salla theme */
.s-slider-wrapper img.swiper-lazy {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Disable swiper lazy hiding behavior */
.s-slider-wrapper .swiper-lazy:not(.swiper-lazy-loaded) {
  opacity: 1 !important;
}

/* Make sure image fills slide */
.s-slider-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}