.section-common-full-image .video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.section-common-full-image .video video,
.section-common-full-image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-common-full-image .youtube-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.section-common-full-image .youtube-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.section-common-full-image .youtube-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1440px) {}
@media (max-width: 1367px) {}
@media (max-width: 1240px) {}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 576px) {}