.swiper-slide img{
	object-fit:cover;
	margin: auto;
	min-height: 350px;
	min-width: 100%;
	max-height: 350px;
	height: 350px;
}
.swiper{
	height: auto;
}

@media only screen and (max-width:940px){

	.swiper-slide img{
		min-height: 200px;
		max-height: 200px;
		height: 200px;
	}
}