html,body{
 padding: 0px;
 margin: 0px;
}

.com{
position: absolute;
top:0px;
left: 0px;
}

.com img{
	width: 1920px;
	height: 1080px;
}
.com .videomp4{
	z-index: 1;
	position: relative;
}
.videoBackground{
	background-color: black;
	width: 1920px;
	height: 1080px;
	top:0px;
	left: 0px;
	position: absolute;
	display: block;
	z-index: -1;

}