.two-cols-background-section__background{z-index:-20}.two-cols-background-section__image{transition:margin-left .6s ease .5s,margin-right .6s ease .5s;z-index:-19}.two-cols-background-section__image img,.two-cols-background-section__image video{opacity:0;transition:opacity 2s ease-in-out}.two-cols-background-section__image.open img,.two-cols-background-section__image.open video{opacity:1}@media (min-width:992px){.two-cols-background-section__image--left.open{margin-left:50%}.two-cols-background-section__image--right.open{margin-right:50%}}.two-cols-background-section__overlay{transition:all .6s ease}.two-cols-background-section__overlay--left{left:0;transform:translateX(-100%)}.two-cols-background-section__overlay--left.open{animation:translate-from-left .6s ease .5s forwards}.two-cols-background-section__overlay--right{right:0;transform:translateX(100%)}.two-cols-background-section__overlay--right.open{animation:translate-from-right .6s ease .5s forwards}.two-cols-background-section__content{opacity:0;visibility:hidden}.two-cols-background-section__content.open{animation:content-fade-in .6s ease 1s forwards}@keyframes translate-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes translate-from-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes content-fade-in{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}