.content_section.typo_videobg_section{
    position: relative; padding: 0;
    overflow: hidden;
}
.typo_videobg_section .typo_videobg_container{
    position: static; padding: 0 0 100%;
}
.typo_videobg_section .typo_videobg_bg{
    position: absolute; z-index: 0;
    left: 0; right: 0; top: 0; bottom: 0;
}
.typo_videobg_section .typo_videobg_bg [data-ratio]{
    width: 100%; height: 100%; position: relative;
}
.typo_videobg_section .typo_videobg_bg [data-ratio] > img{
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.typo_videobg_section .typo_videobg_content{
    position: absolute; z-index: 10;
    top: 50%; left: 1rem; right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



@media screen and (min-width:40em){
    .typo_videobg_section .typo_videobg_container{
        padding: 0 0 75%;
    }
}


@media screen and (min-width:64em){
    .typo_videobg_section .typo_videobg_container{
        padding: 0 0 56.25%;
    }
}