We copy/paste this code from project to project, it would be nice to have here! The 56.25% creates the 16:9 aspect ratio.
.video {
// Creates a container with at 16:9 aspect ratio
height: 0 !important;
padding-bottom: 56.25% !important;
position: relative;
iframe {
position: absolute;
width: 100%;
height: 100%;
}
}