.img-hover-zoom img:hover {
  transform: scale(2.0); /* Povecava sliku za 100% */
  transition: transform 0.3s ease-in-out;
}