@keyframes moveTopToBottom{0%{transform:translateY(-100%)}to{transform:translateY(0%)}}@keyframes moveBottomToTop{0%{transform:translateY(0%)}to{transform:translateY(-100%)}}.image-container{flex-direction:column;height:100%;display:flex}.animate-top-to-bottom{animation:5s linear infinite moveTopToBottom}.animate-bottom-to-top{animation:5s linear infinite moveBottomToTop}
