.video_bg_box.content_section {
    position: relative;
}
.video_bg_box.content_section > .video_bg_wrapper {
    position: relative;
    left: auto; right: auto;
}
.video_bg_box.content_section > .video_bg_wrapper .data_ratio:before {
    padding: 0 0 60svh;
}
.video_bg_box.content_section > .content_row {
    position: absolute;
    top: 50%; left: 50%; z-index: 20;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    justify-content: right;
}
.video_bg_box.content_section > .content_row > .columns {
    padding: var(--typo-section-gap);
}
/*
.video_bg_box.content_section > .video_bg_wrapper + * {
    height: 0; z-index: 20;
    position: relative;
}
.video_bg_box.content_section > .video_bg_wrapper + * > .columns {
    position: absolute;
    bottom: 0; right: 0;
    padding: var(--typo-section-gap);
    color: #FFFFFF;
}*/