Zoomed image is behind of second, how to change layers and bring it on top?

Hello!
I have 10 pictures in a row, I made simple interaction, when I hover the picture it’s scaling.
The thing is that zoomed picture is behind the second one which is on the right.
How I can put it in front?
Thanks!

Can you share your private link? Also do you know what’s a z-index? it’s a value used to set what’s in front, what’s behind (on the z axis). In webflow, z-index is to set on the position panel http://cl.ly/image/2L1J2s0l0T3t.

Any integer value will do. “2” will be on top of “1”. Start by reading a bit about it: CSS z-index property

Yep, @vincent is right, this seems to be a z-index problem.

Thanks for your help! It worked for me!