.zoomed {
  transition: 0.5s all ease-in-out;
}

.zoomed:hover img {
  transform: scale(1.5);
}

