@charset "UTF-8";
.videoSection {
  position: relative;
  height: 100%;
  /* iframe-ийг aspect-ratio-оор responsive болгоно */
}
.videoSection .swiper {
  width: 100%;
  height: 100%;
}
.videoSection .video-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.videoSection .video-wrap iframe {
  display: block; /* inline-gap алга болно */
  width: 100%;
  height: auto; /* aspect-ratio-той хамт ажиллана */
  aspect-ratio: 16/9;
  border: 0;
}
.videoSection .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoSection .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoSection body {
  background: #000;
  color: #000;
}
.videoSection .swiper {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.videoSection .swiper-slide {
  background-size: cover;
  background-position: center;
}
.videoSection .mySwiper2 {
  height: 80%;
  width: 100%;
}
.videoSection .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.videoSection .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.videoSection .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.videoSection .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}