
.swiper {
  width: 100%;
  height: 100%;
}

.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: 100%;
  object-fit: cover;
}


.swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-thumb-active {
  border: 1px solid black;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: black;
  font-size: 18px;
  background-color: white;
  border-radius: 267px;
  padding: 10px;
  font-weight: 900;
}


.zoomswiper {
  width: 100%;
  height: 100%;
}

.zoom-icon::after {
  content: url('icons/dayz_crop_free_v2.png');             
}

.zoom-icon {
  display: block; 
  position: absolute; 
  bottom: 5px; 
  right: 5px;
  padding: 10px;            
  z-index: 1;   
}

.mySwiper3 {
  position: fixed;
  z-index: 10;
  top: 30%;
  height: auto;
  width: 100%;
  left: 0;
}

.mySwiper3::before {
  display: block;
  content: '';
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.dayz-close-panel::after {
  content: url('icons/dyz_close.png');             
}

.dayz-close-panel {
  display: block; 
  position: absolute; 
  top: 5px; 
  right: 5px;
  padding: 10px;            
  z-index: 20;   
}

.swiper-slide {
  height: auto !important;
}

.swiper-zoom-container>img {
object-fit: cover !important;
}