.scrolling__container{-ms-flex-wrap:wrap;flex-wrap:wrap}.scrolling__container,.scrolling__section{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.scrolling__section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:100px}@media screen and (max-width:900px){.scrolling__section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:100px}}.scrolling__section .animated{-webkit-animation:fadeOut .8s ease-out;animation:fadeOut .8s ease-out;z-index:0}.scrolling__section .animated.placeholder{visibility:hidden;position:absolute;top:0}.scrolling__section .animated.hidden{opacity:0}.scrolling__section .animated.active{opacity:1;-webkit-animation:zoomIn .8s ease-out;animation:zoomIn .8s ease-out;z-index:1}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale(0.9);transform:scale(0.9);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale(0.9);transform:scale(0.9);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes slideIn{0%{-webkit-transform:translate(-35px);transform:translate(-35px);opacity:0}to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes slideIn{0%{-webkit-transform:translate(-35px);transform:translate(-35px);opacity:0}to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}