   .swiper-container {
      width: 100%;
      /* height: 300px; */
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      /* height: 80%; */
      width: 100%;
    }
	
	.gallery-top .swiper-slide img{max-width: 100%;display: block;}

    .gallery-thumbs {
		border: 1px solid #999999;
		background: #000000;
		
      /* height: 20%; */
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
	  border: 1px solid #999999;
    }
	.gallery-thumbs .swiper-slide img{max-width: 100%;display: block;}

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
	  transform: translate3d(0,-20px,0);
    }