Problem: Hover Zoom Image

Try to create a smooth hover zoom effect on an image using only CSS transform and transition.

Problem description

Given an HTML page with a <div class="image-container"> wrapping an <img class="zoom-img" src="path/to/image.jpg" alt="Sample Image">, write CSS ...