@keyframes zoom-in{0%{filter:blur(10px)contrast(1.4)saturate(1.4);transform:scale(1.35)rotate(4deg)rotateX(5deg)}to{filter:blur()contrast()saturate();transform:scale(1)rotate(0)rotateX(0)}}.animate-zoom-in{animation:3s ease-out forwards zoom-in;transform:translateZ(0)}.animate-zoom-in[style*=animation]{will-change:auto}
