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:
With hovering:
How can I fix this? Thanks in advance.