.en_background{width:100vw;height:100vh;position:absolute;top:10vh;z-index:-1}.en_BGleft img{top:-3vh;width:90vw;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:1s}.en_BGleft img,.en_BGright img{position:absolute;animation-name:h2;animation-duration:5s}.en_BGright img{width:30vw;right:0;animation-iteration-count:infinite;animation-direction:alternate}.en_Ship{height:200vh;animation-name:h1;animation-duration:15s;animation-iteration-count:infinite}.en_Ship img{top:-30vh;position:absolute;right:50vw}@media only screen and (max-width:767px){.en_Ship img{width:40vw}}@media only screen and (min-width:768px){.en_Ship img{width:20vw};}@keyframes h1{0%{transform:rotate(70deg);animation-timing-function:cubic-bezier(.18,1.06,.59,.58)}40%{transform:rotate(2deg);animation-timing-function:linear}45%{transform:rotate(-3deg);animation-timing-function:cubic-bezier(.41,.41,.01,1.55)}85%{transform:rotate(-70deg)}to{transform:rotate(-70deg)}}@keyframes h2{to{transform:translateY(2vh)}}