/* *{
    position: relative;
    height: 100%;
    
        
  } */
  /* body {
    background: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
  } */
  .swiper-container {
    position: relative;
    /* height: 100%; */
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .gallery-top {
    /* height: 80%; */
    height: 50%;
    width: 100%;
    overflow: hidden;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.4; */
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1 !important;
  }

.gallery-thumbs-size{
  width:50% !important;
}


  

  .gallery-thumbs {
    /* float: left; */
    width: calc(16% - 20px);
    height: 280px;
    /* margin-right: 20px; */
  }
  
  .gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .gallery-thumbs .swiper-slide-active {
    border: 1px solid grey;
  }
  
  .gallery-thumbs .swiper-slide:hover {
    border: 1px solid grey;
  }
  
  .gallery-top {
    /* float: right; */
    width: 84%;
    /* height: 280px; */
    height: 500px;
  }
  
  .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid grey;
  }

  .swiper_slide_size{
    height:25% !important;
    width:25% !important;
  }


  /* Second  */
  .gallery-top1 {
    /* height: 80%; */
    height: 50%;
    width: 100%;
    overflow: hidden;
  }
  .gallery-thumbs1 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
  }
  .gallery-thumbs1 {
    /* float: left; */
    width: calc(16% - 20px);
    height: 280px;
    /* margin-right: 20px; */
  }
  .gallery-top1 {
    /* float: right; */
    width: 84%;
    /* height: 280px; */
    height: 500px;
  }


   /* Three  */
   .gallery-top2 {
    /* height: 80%; */
    height: 50%;
    width: 100%;
    overflow: hidden;
  }
  .gallery-thumbs2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
  }
  .gallery-thumbs2 {
    /* float: left; */
    width: calc(16% - 20px);
    height: 280px;
    /* margin-right: 20px; */
  }
  .gallery-top2 {
    /* float: right; */
    width: 84%;
    /* height: 280px; */
    height: 500px;
  }


    /* Four  */
    .gallery-top3 {
      /* height: 80%; */
      height: 50%;
      width: 100%;
      overflow: hidden;
    }
    .gallery-thumbs3 {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
      overflow: hidden;
    }
    .gallery-thumbs3 {
      /* float: left; */
      width: calc(16% - 20px);
      height: 280px;
      /* margin-right: 20px; */
    }
    .gallery-top3 {
      /* float: right; */
      width: 84%;
      /* height: 280px; */
      height: 500px;
    }
  