@keyframes rotate {
  from { transform: rotateX(15deg) rotateY(15deg); }
  to { transform: rotateX(15deg) rotateY(375deg); }
}