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