.sg_section {
  position: relative;
}

.hs-yt-section .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.hs-yt-section .swiper-slide {
  transform: scale(0.7);
  transition: 0.4s;
}

.hs-yt-section {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sungroup .hs-title-yt h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}

.sungroup .hs-title-yt {
  background: #000000;
  height: 62px;
  width: 100%;
}

.sungroup .imgContainer .play-button img {
  max-width: 100%;
  height: auto;
}

.hs-header p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 50px;
  text-align: center !important;
  color: #000;
}

.sungroup .hs-bg-yt {
  height: 936px !important;
  object-fit: cover;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container img.img-yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1050px) {
  .sungroup .hs-bg-yt {
    height: 700px !important;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .sungroup .hs-bg-yt {
    height: 500px !important;
    object-fit: cover;
  }
}
