I completely understand. Everything else worked a treat!
For fun I just had to look around, and I found a super simple fix!
If you change from using 100% in
.mainVideoPlayer to this it works:
Code:
.mainVideoPlayer { width: 100vw; height: 100vh; max-width: 100%; max-height: 100%;}