I made a video responsive in Bootstrap with the following code:
<div class="embed-responsive embed-responsive-16by9">
<video src='#' width='640' height='360'>
</div>
The code works perfectly and correctly is responsive. Butt he video itself isn't centered and isn't showing me the entire video. Only a small part of it. It's kind of hard to explain. I've included two screenshots of the same video and time of the video but on different screen sizes.
How do I center the video and still keep my current responsiveness for the video?