.image-slider .owl-stage-outer{
	overflow: visible !important;
}
.image-slider .owl-item{
	
	position: relative;
	isolation: isolate;
}

.image-slider .owl-item:not(.active)::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0008;
	z-index: 1;
}
.image-slider .owl-item.active{
	z-index: 7;
/*	transform: translateX(0) scale(1);*/

}
.image-slider .owl-item.active+.owl-item{
	transform: translateX(calc(-100%  + 12vw)) scale(.9);
	z-index: 6;
	
	
}
.image-slider .owl-item.active+.owl-item+.owl-item{
	transform: translateX(calc(-200%  + 24vw)) scale(.9);
	z-index: 5;
	
}
.image-slider .owl-item:has(+.owl-item.active){
	transform: translateX(calc(100%  - 12vw)) scale(.9);
	z-index: 6;
/*	transition: all .5s ease-in-out;*/
}
.image-slider .owl-item:has(+.owl-item+.owl-item.active){
	transform: translateX(calc(200%  - 24vw)) scale(.9);
	z-index: 5;
	
}



.image-slider .owl-item.active+.owl-item+.owl-item+.owl-item{
	transform: translateX(calc(-300%  + 24vw)) scale(.9);
	z-index: 4;
	
}
.image-slider .owl-item:has(+.owl-item+.owl-item+.owl-item.active){
	transform: translateX(calc(300%  - 24vw)) scale(.9);
	z-index: 4;
	
}


@media only screen and (max-width:781px){
	.slider-container>.wp-block-group{
		padding: 0px 5vw !important;
	}
	.image-slider .owl-item,.image-slider .owl-item:has(+.owl-item+.owl-item+.owl-item.active),.image-slider .owl-item.active+.owl-item+.owl-item+.owl-item,.image-slider .owl-item:has(+.owl-item+.owl-item.active),.image-slider .owl-item:has(+.owl-item.active),.image-slider .owl-item.active+.owl-item+.owl-item,.image-slider .owl-item.active+.owl-item,.image-slider .owl-item.active{
		transform:unset !important;
		z-index: unset !important;
	}
	.image-slider .owl-nav{
		padding: 0px !important;
	}
	.image-slider .owl-stage-outer{
		overflow: hidden !important;
	}
}