/* Front CSS for Simple Image Carousel - minimal */
.ic-swiper { width:100%; }
.ic-swiper .swiper-slide { height: 280px; display:flex; align-items:center; justify-content:center; }
.ic-swiper .swiper-slide img{ width:100%; height:100%; object-fit:cover; border-radius:8px; }
