.video-wrapper { position: relative; padding-bottom: 37.5%; /* This percentage gives us the desired aspect ratio */ height: 0; overflow: hidden; } video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }