#sg_b.sungroup .imgContainer {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
  }
  
  #sg_b.sungroup .imgContainer.img_big_div {
    width: 100%;
    margin: 0;
  }
  
  #sg_b.sungroup .imgContainer .sgYoutube {
    overflow: hidden;
    position: relative;
  }
  
  #sg_b.sungroup .imgContainer .sgYoutube img {
    object-fit: cover;
    object-position: left;
  }
  
  #sg_b.sungroup .sgYoutube .play-button {
    z-index: 1;
    transition: ease-in 0.2s;
    max-width: 90px;
  }
  
  #sg_b.sungroup .sgYoutube .play-button:hover {
    transform: translate3d(-50%, -50%, 0) scale(1.05);
  }
  
  #sg_b.sungroup .sgYoutube .play-button::before {
    content: "";
    border-style: solid;
    border-width: 20px 0px 20px 30px;
    border-color: transparent transparent transparent #000;
  }
  
  #sg_b.sungroup .sgYoutube img,
  #sg_b.sungroup .sgYoutube .play-button {
    cursor: pointer;
  }
  
  #sg_b.sungroup .sgYoutube .play-button,
  #sg_b.sungroup .sgYoutube .play-button:before {
    position: absolute;
  }
  
  #sg_b.sungroup .sgYoutube .play-button,
  #sg_b.sungroup .sgYoutube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  
  #sg_b .video-container img.img-yt {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1360px;
    max-height: 765px;
    transform: translateX(-50%);
  }
  
  #sg_b .video-container {
    position: relative;
    padding-bottom: 56% !important;
  }
  
  #sg_b .video-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1360px;
    max-height: 765px;
    transform: translateX(-50%);
    /* background: #8d3befb3; */
    /* filter: blur(30px); */
  }
  
  @media (max-width: 1250px) {
    #sg_b .video-container {
      padding-bottom: 56%;
    }
  }
  
  @media (max-width: 600px) {
    #sg_b.sungroup .sgYoutube .play-button {
      max-width: 50px;
    }
  }
  