.rise-in{animation:.5s ease-out both rise-in}.animate-showcase-left{animation:30s linear infinite showcase-left}.animate-showcase-right{animation:30s linear infinite showcase-right}@keyframes rise-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes showcase-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes showcase-right{0%{transform:translate(-50%)}to{transform:translate(0)}}
