Opacity issues with Video Player.

Hi! I just put a video on my site using #videoPlayer but then I noticed that whenever I hovered my cursor over the video, the layout showed. I could easily hide the controls on the overlay, but the opacity of the video still changed on hover.


I opened the DevTools of my browser and went to my site, and this is what changes when you hover your mouse over the video:

Without hovering:

](src="https://video.wixstatic.com/video/80c05f_e2c524db1f264178a8558c92dbf76fb0/1080p/mp4/file.mp4">)

With hovering:

](src="https://video.wixstatic.com/video/80c05f_e2c524db1f264178a8558c92dbf76fb0/1080p/mp4/file.mp4">)

How can I fix this? Thanks in advance.