body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: #000000;
}

video {
	position: absolute;
	display: block;
 	min-width: 100%;
    min-height: 100%;


}

.image-style {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
}


.image-style img {
width:14%;



}


@media all and (max-width: 800px) {
	video  {
		height: 100vh;
		width: auto;
	}



.image-style img {
width:35%;



}


}