Scaling / Resizing video for mobile - Dawn

Hey guys, first of thanks to anyone that takes the time:

So I have a video and I finally got it to work on desktop, but on mobile it looks like this:

And for reference here is the code I’m using in the custom liquid container for the video:

video { width: 100%; height: 100vh; display: block; object-fit: cover; margin: auto; }

Hope someone can help, thanks!