.container-swiper {
  max-width: 100%;
}

.swiper-gallery-wrapper {
  display: flex;
  gap: 10px;
  height: 100%;
  width: 100%;
}

.swiper,
.mySwiper2,
.mySwiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 78%;
  order: 1;
  border-radius: 15px;
}

.mySwiper2 .swiper-slide {
  height: 100%;
}

.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mySwiper {
  width: 20%;
  order: 2;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  border-radius: 15px;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.4;
  border-radius: 15px;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

@media (max-width:475px) {
  .swiper-gallery-wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .mySwiper2 {
    width: 100%;
    height: 300px;
    order: 1;
    border-radius: 5px !important;
  }

  .mySwiper {
    width: 100%;
    height: 85px;
    order: 2;
    box-sizing: border-box;
    padding: 0;
    border-radius: 5px;
  }

  .mySwiper .swiper-slide {
    height: auto;
  }

  .mySwiper .swiper-wrapper {
    flex-direction: row !important;
  }

  .mySwiper .swiper-slide:last-child {
    margin-right: 0;
  }

  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
    display: block;
    border-radius: 5px !important;
  }
}

@media (min-width: 476px) and (max-width: 575px) {
  .swiper-gallery-wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .mySwiper2 {
    width: 100%;
    height: 300px;
    order: 1;
    border-radius: 5px !important;
  }

  .mySwiper {
    width: 100%;
    height: 100px;
    order: 2;
    box-sizing: border-box;
    padding: 0;
    border-radius: 5px;
  }

  .mySwiper .swiper-slide {
    height: auto;
  }

  .mySwiper .swiper-wrapper {
    flex-direction: row !important;
  }

  .mySwiper .swiper-slide:last-child {
    margin-right: 0;
  }

  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
    display: block;
    border-radius: 5px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .swiper-gallery-wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .mySwiper2 {
    width: 100%;
    height: 300px;
    order: 1;
    border-radius: 5px !important;
  }

  .mySwiper {
    width: 100%;
    height: 100px;
    order: 2;
    box-sizing: border-box;
    padding: 0;
    border-radius: 5px;
  }

  .mySwiper .swiper-slide {
    height: auto;
  }

  .mySwiper .swiper-wrapper {
    flex-direction: row !important;
  }

  .mySwiper .swiper-slide:last-child {
    margin-right: 0;
  }

  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
    display: block;
    border-radius: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-swiper {
    height: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-swiper {
    height: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container-swiper {
    height: 550px;
  }
}

@media (min-width: 1400px) and (max-width: 1679px) {
  .container-swiper {
    height: 600px;
  }
}

@media (min-width: 1680px) {
  .container-swiper {
    height: 600px;
  }
}