@media (min-width: 1501px) {
	.swiper {
		max-width: 1500px;
		max-height: 525px;
	}
	.swiper img{
		width: 100%;
	}
}
@media (max-width: 1500px) {
	.swiper {
		width: 100vw;
		height: 35vw;
	}
	.swiper img{
		object-fit: cover;
		width:100%;
		height:100%;
	}
}
@media (max-width: 768px) {
	.swiper {
		width: 100vw;
		height: 60vw;
	}
	.swiper img{
		object-fit: cover;
		width:100%;
		height:100%;

	}
}


.slider-caption {
  position: absolute;
  padding: 10px 20px;
  margin: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  background:rgba(0,0,0,0.5);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}