#container{height:70px;margin:0 auto;overflow:hidden;position:relative;width:100%}#ship1,#ship2{animation:sail 17s linear infinite;position:absolute;top:50%;transform:translateY(-50%);width:120px}#ship1{animation-delay:0s;right:-120px}#ship2{animation-delay:6s;right:-150px;width:150px}@keyframes sail{0%{right:-120px}to{right:calc(100% + 120px)}}@keyframes waveScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}