#root{height:100vh}.logo{position:relative;top:50vh;margin-top:-22.5px;margin-left:auto;margin-right:auto;cursor:pointer;z-index:1000;transition:.2s}.kroton-logo{position:absolute;top:32px;right:32px;width:120px}.logo:hover{opacity:.7}section{position:relative;height:100vh;overflow:hidden}section .air{position:absolute;bottom:0;left:0;width:100%;height:100px;background:url(/assets/images/wave.png);background-size:1000px 100px}section .air.air1{animation:wave 30s linear infinite;z-index:1000;opacity:.7;animation-delay:0s;bottom:0}section .air.air2{animation:wave2 15s linear infinite;z-index:999;opacity:.3;animation-delay:-5s;bottom:10px}section .air.air3{animation:wave 30s linear infinite;z-index:998;opacity:.1;animation-delay:-2s;bottom:15px}section .air.air4{animation:wave2 5s linear infinite;z-index:997;opacity:.5;animation-delay:-5s;bottom:20px}@keyframes wave{0%{background-position-x:0}to{background-position-x:1000px}}@keyframes wave2{0%{background-position-x:0}to{background-position-x:-1000px}}