Info in advance:
You can see the current code or the live demo (without the working hover image) at https://juek3y.com.
The idea:
I want, when I hover with my cursor (a black circle) over the image, to get displayed only exactly this part of the image (and not the whole image), over which the cursor is hovering.
The problem:
Where do I start? I have seen a few CodePens that work with Z-Index. However, I have not been successful with them so far. Also a sample website that has something like this would be enough for me.
For a better understanding I have two more example pictures.
In the first image, the smaller circle / cursor (black / turquoise circle) hovers over the round text, but it does not yet intersect the image. Therefore this is hidden.
In the second image, the cursor is already hovering a bit above the image, this part of the image is also shown.