#sg_b.sungroup .imgContainer {
    max-width: 636px;
    width: 100%;
    margin: 0 auto;
}

#sg_b.sungroup .imgContainer.sg_video-cards {
    max-width: 1280px;
}

#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 .2s;
}

#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;
    max-width: 100%;
    height: auto;
}

#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: 636px;
    max-height: 355px; */
    transform: translateX(-50%);
}

#sg_b .sg_video-cards .video-container img.img-yt {
    max-width: 1280px;
    max-height: 720px;
}

#sg_b .video-container {
    position: relative;
    padding-bottom: 56.45% !important;
}

#sg_b .video-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    /* max-width: 636px;
    max-height: 355px; */
    transform: translateX(-50%);
    /* background: #8d3befb3; */
    /* filter: blur(30px); */
}

#sg_b .sg_video-cards .video-container iframe {
    max-width: 1280px;
    max-height: 720px;
}

@media(max-width:1250px) {
    #sg_b .video-container {
        padding-bottom: 56.45%;
    }
}

@media (max-width: 600px) {
    #sg_b.sungroup .sgYoutube .play-button {
        max-width: 50px;
    }
}
