.swiper-container {
    width:2000px;
padding:40px;
	scroll-behavior: smooth;
}

.swiper-slide {
    opacity: 0.8;
    overflow: hidden;
    transition: .7s;
	width:100%;
	scroll-behavior: smooth;
}

.swiper-slide img {
    
	border:5px solid white;
	width:100%;
	height:340px;
	scroll-behavior: smooth;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 10;
	height:auto;
	border:0px solid maroon;
	scroll-behavior: smooth;
	
}
@media only screen and (max-width: 1160px) {
.swiper-container {
   width:1400px;
scroll-behavior: smooth;
	
}
@media only screen and (max-width: 500px) {
.swiper-container {
   width:700px;
	height:200px;
	scroll-behavior: smooth;
}
}