   .swiper-container {
      width: 100%;
      height: 50%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 80%;


      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -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;
	  margin: 0 auto;
    }
    .swiper-slide:nth-child(1n) {
      max-height:600px;
	  width: auto;

    }
    .swiper-slide:nth-child(2n) {
      max-height:600px;
	  width: auto;

    }
	.swiper-slide:nth-child(3n) {
      max-height:600px;
	  width: auto;

    }
	.swiper-slide:nth-child(4n) {
      max-height:600px;
	  width: auto;
	
    }
	.swiper-slide:nth-child(5n) {
      max-height:600px;
	  width: auto;
    }
    .swiper-slide:nth-child(6n) {
      max-height:600px;
	  width: auto;
    }
	.swiper-slide:nth-child(7n) {
      max-height:600px;
	  width: auto;
    }
	.swiper-slide:nth-child(8n) {
      max-height:600px;
	  width: auto;
    }
	.swiper-slide:nth-child(9n) {
      max-height:600px;
	  width: auto;
    }
	.swiper-slide:nth-child(10n) {
      max-height:600px;
	  width: auto;
    }
	.swiper-slide:nth-child(11n) {
      max-height:600px;
	  width: auto;
    }
	.swiper-slide img {
	  max-height:600px;
	  width:auto;
	}
    
    /* .swiper-slide img{max-height:400px;width:auto;} */
    