.swiper {
	width: 100%;
	position:relative;
	height:100%;
	max-height:800px;
  }

  .swiper-slide {
	text-align: center;
	vertical-align:top;
	font-size: 18px;
	background: none;

	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;*/
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	border:0px #000 solid;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
  }

@media only screen and (max-width: 560px) {
	.swiper {
	width: 100%;
	position:relative;
	height:100%;
	max-height:700px;
  }
}
  
@media only screen and (max-width: 460px) {
	.swiper {
	width: 100%;
	position:relative;
	height:100%;
	max-height:620px;
  }
}

@media only screen and (max-width: 420px) {
	.swiper {
	width: 100%;
	position:relative;
	height:100%;
	max-height:580px;
  }
}

@media only screen and (max-width: 380px) {
	.swiper {
	width: 100%;
	position:relative;
	height:100%;
	max-height:520px;
  }
}