.swiper-container {
	width: 100%;
	height: 750px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-slide div {
  width:100%;
  height:100%;   
  background-size: cover;
  background-position: center bottom;
}

@media screen and (max-width: 1680px) {
	.swiper-container {
		height: 700px;
	}								
}

@media screen and (max-width: 1280px) {
	.swiper-container {
		height: 600px;
	}								
}	

@media screen and (max-width: 960px) {
	.swiper-container {
		height: 500px;
	}
}	

@media screen and (max-width: 640px) {
	.swiper-container {
		height: 250px;
	}
}	