I have a video, and I want it to FILL 100% of the width, and 100% of the height. And keep the aspect ratio.
Is it possible that it at least fills 100% for both? And
use this css for height
height: calc(100vh) !important;
This will make the video to have 100% vertical height available.