@keyframes sweep {
  0%, 70% { transform: translateX(-70%) rotate(8deg); }
  100% { transform: translateX(70%) rotate(8deg); }
}
