.zoom-on-hover img {
  transition: transform 0.3s ease;
}

.zoom-on-hover:hover img {
  transform: scale(1.1);
}