<div class="video">
<video loop muted autoplay src="http://thenewcode.com/assets/videos/polina.mp4"></video>
</div>
.video {
width: 100%;
padding-bottom: 67%;
position: relative;
}
.video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}