Embedded videos can be made responsive by applying the Bootstrap utility classes embed-responsive
and embed-responsive-{ratio}
to the parent of the video element and embed-responsive-item
to the video element itself.
This gives the parent element an intrinsic ratio that will scale the height based on its width.
The ratio options are:
Further information on bootstrap’s responsive embedding can be found here.