@keyframes move{0%{transform:translate(-120%)}to{transform:translate(calc(100vw + 20%))}}.animate{animation:move linear infinite}.animation-type-1{animation-delay:.5s;animation-direction:alternate-reverse;animation-duration:15s}.animation-type-2{animation-delay:4s;animation-direction:alternate;animation-duration:25s}.animation-type-3{animation-delay:10s;animation-direction:alternate-reverse;animation-duration:20s}
