.centered_customswpe {
    width: 100%;
}

.centered_customswpe .swiper-outer {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.centered_customswpe .swiper-outer .swiper-slide {
    width: auto;
    transition: all 0.3s ease;
    transform: scale(0.85) !important;
}

.centered_customswpe .swiper-outer .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	background-color: #fff !important;
}
.centered_customswpe .swiper-outer .swiper-slide.swiper-slide-active {
	transform: scale(1) !important;
	z-index: 4;
	background-color: #fff;
	box-shadow: 0px 20px 50px 0px #0000004d;
}

.centered_customswpe .swiper-slide.swiper-slide-prev, 
.centered_customswpe .swiper-slide.swiper-slide-next {
    z-index: 2;
}

.centered_customswpe .swiper-slide {
    transition: all 0.3s ease !important;
    visibility: hidden;
}

.centered_customswpe .swiper-slide.swiper-slide-prev, 
.centered_customswpe .swiper-slide.swiper-slide-next,
.centered_customswpe .swiper-slide.swiper-slide-active {
    visibility: unset !important;
}

.centered_customswpe .swiper-button-prev:after, .centered_customswpe .swiper-rtl .swiper-button-next:after {
    content: '\f104';
    font-family: fontawesome;
    font-weight: 400;
    padding-right: 0.2rem;
    color: #303133;
}

.centered_customswpe .swiper-button-next:after, .centered_customswpe .swiper-rtl .swiper-button-prev:after {
    content: '\f105';
    font-family: fontawesome;
    font-weight: 400;
    padding-left: 0.2rem;
    color: #303133;
}
.swiper {
	overflow: initial !important;
}
.centered_customswpe div.swiper-button-next, .centered_customswpe div.swiper-button-prev {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
}

.centered_customswpe .swiper-button-prev, .centered_customswpe .swiper-rtl .swiper-button-next {
    left: -40px;
    right: auto;
}

.centered_customswpe .swiper-button-next, .centered_customswpe .swiper-rtl .swiper-button-prev {
    right: -40px;
    left: auto;
}
@media (max-width:768px){
.centered_customswpe .swiper-button-prev, .centered_customswpe .swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}

.centered_customswpe .swiper-button-next, .centered_customswpe .swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}
}
