.animate-flip-top{animation:flip-top-anim .6s ease-in forwards}.animate-flip-bottom{animation:flip-bottom-anim .6s ease-out forwards}@keyframes flip-top-anim{0%{transform:rotateX(0);z-index:30}50%,to{transform:rotateX(-90deg);z-index:10}}@keyframes flip-bottom-anim{0%,50%{transform:rotateX(90deg);z-index:10}to{transform:rotateX(0);z-index:30}}
