.react-image{height:100%;position:relative;width:100%}.react-image.yes .veritcal{animation-iteration-count:infinite;animation-timing-function:linear;animation-name:veritcal;animation-duration:12s}@keyframes veritcal{0%{transform:translateZ(0)}50%{transform:translate3d(0,30px,0)}to{transform:translateZ(0)}}.react-image.yes .veritcal_two{animation-iteration-count:infinite;animation-timing-function:linear;animation-name:veritcal_two;animation-duration:12s}@keyframes veritcal_two{0%{transform:translateY(100px)}50%{transform:translateY(0)}to{transform:translateY(100px)}}.react-image.yes .horizontal{animation-iteration-count:infinite;animation-timing-function:linear;animation-name:horizontal;animation-duration:12s}@keyframes horizontal{0%{transform:translateX(0)}50%{transform:translateX(100px)}to{transform:translateX(0)}}.react-image.yes .rotated_style{animation:rotate1 30s linear infinite;-webkit-animation:rotate1 30s linear infinite}@keyframes rotate1{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}.image-rotate{animation:rotation 14s linear infinite}@keyframes rotation{to{transform:rotate(1turn)}}