.content_section.typo_parallax_section{
    position: relative;
}
.content_section.typo_parallax_section.fullscreen,
.content_section.typo_parallax_section.cap_fullscreen{
    padding: 0;overflow: hidden;
}

.content_section.typo_parallax_section.fullscreen .typo_parallax_container,
.content_section.typo_parallax_section.cap_fullscreen .typo_parallax_container{
    position: static; padding: 0 0 100%;
}
.typo_parallax_section .typo_parallax_bg{
    position: absolute; z-index: 0;
    left: 0; right: 0; top: 0; bottom: 0;
}
.typo_parallax_section .typo_parallax_bg [data-ratio]{
    width: 100%; height: 100%; position: relative;
}
.typo_parallax_section .typo_parallax_bg [data-ratio] > img{
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.content_section .typo_parallax_content{
    position: relative; z-index: 10;
}

.content_section.typo_parallax_section.fullscreen .typo_parallax_content,
.content_section.typo_parallax_section.cap_fullscreen .typo_parallax_content{
    position: absolute; 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){
    .content_section.typo_parallax_section.fullscreen .typo_parallax_container,
    .content_section.typo_parallax_section.cap_fullscreen .typo_parallax_container{
        padding: 0 0 75%;
    }
}


@media screen and (min-width:64em){
    .content_section.typo_parallax_section.fullscreen .typo_parallax_container,
    .content_section.typo_parallax_section.cap_fullscreen .typo_parallax_container{
        padding: 0 0 56.25%;
    }
}