.video-wrapper { position: relative; padding-bottom: 40.5%; /* Adjusted percentage for 1600x648 aspect ratio */ height: 0; overflow: hidden; } video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 