.gallery img.upright-photo {
  transform: rotate(180deg);
}

.gallery figure:hover img.upright-photo {
  transform: rotate(180deg) scale(1.035);
}
