<div class=" head_block">
<video autoplay loop >
<source src="images/work.mp4" type="video/mp4">
<source src="images/work.webm" type="video/webm">
</video>
</div>
.head_block {
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
.head_block {
width: 100%;
height: 100%;
position: relative;
overflow:hidden;
}
video{
min-width:100%;
min-height:100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}