.video-h75 {
    height: 75vh !important;
    display: flex !important;
}

@media (max-width: 1200px) {
    .video-h75 {
        height: 75vh !important;
        display: unset !important;
}
}

.video-h75 video {
    display: inline-flex !important;
    width: 100% !important;
    object-fit: cover !important;
}

.video-h75 figure {
    align-items: center !important;
    display: inline-flex !important;
    overflow-y: hidden !important;

}

.video-h50 {
    height: 50vh !important;
    display: flex !important;
}

@media (max-width: 1200px) {
    .video-h50 {
        height: 100% !important;
}
}

.video-h50 video {
    display: inline-flex !important;
    width: 100% !important;
    object-fit: cover !important;
}

.video-h50 figure {
    align-items: center;
    display: inline-flex;
    overflow-y: hidden;

}
