I can see that you want to have an image zoom out when on hover and then zoom back in when it’s no longer being hovered on. The way to do this is to set a Mouse Hover interaction on the parent element of the image (in your case it is Lightbox Link). However, when building the animation, make sure you select the image element from the navigator (Image 6 in your case).
Check out my video for some of the specifics of what I did.
Something that I didn’t have time to mention in the video is that the Lightbox Link needs to be set to Overflow Hidden. Overwise the image will spill outside of the div block that it’s supposed to be contained within.