
    .swiper-container {
      width: 100%;
      height: 667px !important;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-position: center;
      overflow: hidden;

    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 220px !important;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
      background-size: 100%;
      border-right: 1px solid #c9c9c9;
    }
    .swiper-wrapper div:last-child{border: none;}
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;

    }


