:root {
    --swiper-theme-color: #000;
}
/* .swiper {
    width: 1100px;
    height: 550px;
  } */
  
/*   .swiper {
    width: 100%;
    height: 100%;
  } */
 

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: auto;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 30%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }


  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .swiper-slide button {
    padding: 0 !important;
   
  }

  .swiper-slide a.btn-gallery {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
  }

  .swiper-subset .swiper-slide img{
    cursor: pointer;

  }