@keyframes imageRotation{0%{transform-origin:bottom;transform:rotate(0)}33%{transform-origin:bottom;transform:rotate(5deg)}66%{transform-origin:bottom;transform:rotate(-1deg)}to{transform-origin:bottom;transform:rotate(0)}}.animated-image{animation:2s ease-in-out .1s forwards imageRotation}@keyframes imageRotationReverse{0%{transform-origin:bottom;transform:rotate(0)}33%{transform-origin:bottom;transform:rotate(-5deg)}66%{transform-origin:bottom;transform:rotate(1deg)}to{transform-origin:bottom;transform:rotate(0)}}.animated-image-reverse{animation:2s ease-in-out .1s forwards imageRotationReverse}
/*# sourceMappingURL=5e48734968671a23.css.map*/