Is there a way to eliminate the black bars that are present in the vimeo video which has been embedded? Below is the link to the code snippet. JSFiddle Link
<div class="embed-container">
<iframe src="https://player.vimeo.com/video/86019637?title=0&byline=0&portrait=0&color=ffffff&autoplay=1" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
iframe{
width:570px;
height:250px;
}
Currently, there are black bars on the left and right sides of the video. The goal is to find a solution to remove these black bars while maintaining the aspect ratio. I am not very tech-savvy, so any easy-to-follow guidance would be greatly appreciated. Thank you.