I use img:hover {transform: scale(1.1)} and the image covers my sticky nav block:
when my cursor is on the first picture
I'd prefer if the image will behind the sticky block. How can I solve this problem?
You can do this by either changing the z-index of the sticky block or the image. Try doing z-index: 1; on the sticky block.