Reduce the size of zoomed product photos Showcase theme

When you select the zoom on any product photo, the image fills the whole screen and is blurry. What code do we need for the Showcase theme to reduce the size of the zoomed image?

You’d need to write a little bit of custom css to build a container div for the zoom overlay, give max height and width to this container div and apply the css class wherever needed.

For a frontend developer this would not be more than a 1-2 hour job.