@keyframes rotation-scie{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.scie-rotation img{animation:rotation-scie 3s linear infinite;transform-origin:center center}