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