.has-image-rotation-effect{animation:imageRotationEffect 8s linear infinite;animation:imageRotationEffect var(--image-rotation--seconds-per-rotation,8s) linear infinite}@keyframes imageRotationEffect{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@media screen and (prefers-reduced-motion:reduce){.has-image-rotation-effect{animation:none}}
