.video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; } .video-wrapper video { width: 100%; height: 100%; object-fit: contain; display: block; }