.section__splitted__side-video_1-3 {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
}
.section__splitted__side-video_2-3 {
    width: calc(100% / 2);
    min-width: calc(100% / 2);
    max-width: calc(100% / 2);
}
.section__splitted__side-video_3-3 {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
}
.section__splitted__side-video__wrapper-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.section__splitted__side-video__wrapper-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
    .section__splitted__side-video + .section__splitted__side-video {
        margin-top: 1.5rem;
    }
    .section__splitted__side-video_1-3,
    .section__splitted__side-video_2-3,
    .section__splitted__side-video_3-3 {
        width: 80%;
        min-width: 80%;
        max-width: 80%;
    }
}
@media (max-width: 719px) {
    .section__splitted__side-video_1-3,
    .section__splitted__side-video_2-3,
    .section__splitted__side-video_3-3 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}