I want my video to be responsive and scale size depending on the display size but its not working. I'm using bootstrap 3x
<div class="embed-responsive embed-responsive-16by9">
<video class="embed-responsive-item" onloadstart="this.volume=0.05" width="1080" loop="true" autoplay="autoplay">
<source src="assets/images/compilation1-HB.mp4" type="video/mp4" >
</video>
</div>
</div>