@keyframes galleryRotate {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}