.image-carousel-box{padding-bottom: 57.5%; width: 100%; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 10px 10px 15px rgb(0 0 0 / 30%); }
.icb-image{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.icb-image img{width: 100%; height: 100%; object-fit: cover;}
.swiper-slide-shadow-coverflow{display: none !important;}
.image-carousel-item{opacity: 0;}
.image-carousel-item.swiper-slide-prev,
.image-carousel-item.swiper-slide-active,
.image-carousel-item.swiper-slide-next{opacity: 1;}
@media (min-width:1600px) { 
	.swiper-button-prev.image-carousel-prev{left: -140px;}	
	.swiper-button-next.image-carousel-next{right: -140px;}	
}
/* ========================================== 
! Large devices (desktops, less than 1600px)
=========================================== */
@media (max-width:1599.98px) { 
	 
}


/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { }

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {

 .swiper-button-next.image-carousel-next,  
 .swiper-button-prev.image-carousel-prev{top: 100%; margin: 0; margin-top: 18px;}
 .image-carousel-wrapper{margin-left: -15px; width: calc(100% + 30px);}
 .image-carousel-box{border-radius: 0; box-shadow: none;}
}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { }