.video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; /* Keeps 1280x720 ratio */ overflow: hidden; } .video-wrapper video { width: 100%; height: 100%; object-fit: cover; /* Makes sure it fills the wrapper */ object-position: center; display: block; }