.perspective-1000{perspective:1000px}.transform-style-3d{transform-style:preserve-3d;transform:translateZ(0);backface-visibility:hidden}@keyframes flipIn{0%{transform:rotateY(-90deg) scale(.9);opacity:0}to{transform:rotateY(0deg) scale(1);opacity:1}}@keyframes flipOutLeft{0%{transform:rotateY(0deg) scale(1);opacity:1}to{transform:rotateY(90deg) scale(.9);opacity:0}}@keyframes flipOutRight{0%{transform:rotateY(0deg) scale(1);opacity:1}to{transform:rotateY(-90deg) scale(.9);opacity:0}}.flip-in{animation:flipIn .5s ease-out forwards}.flip-out-left{animation:flipOutLeft .3s ease-in forwards}.flip-out-right{animation:flipOutRight .3s ease-in forwards}