How can I fix the issue where adding a border to my video results in space at the top?
.video-content {
border: 10px solid #2f2f2f;
}
<div class="col-lg-12">
<div class="embed-responsive embed-responsive-16by9 video-content">
<video src="video/Portfolio-landing.mov" controls></video>
</div>
</div>