.art {
  overflow: hidden;
}

.art img {
  transition: transform 0.3s ease;
}

.art:hover img {
  transform: scale(1.05) rotate(2deg);
}
