
<style>
body {
	margin: 0;
	background: #000; 
}

video { 
	position: fixed;
	top: 50%;
	left: 55%;
	width: auto;
	height: 50%;
	z-index: -100;
	transform: translateX(-55%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

@media (min-width: 700px) {
	video { 
		min-width: 100%;
		min-height: 100%;
		height: auto;
	}
}

</style>

<video poster="http://rvamag.com/wp-content/themes/rva-splash/SORRY_we_are_DEAD.jpg" id="bgvid" playsinline autoplay muted loop>
	<!-- <source src="" type="video/webm"> -->
	<source src="http://rvamag.com/wp-content/themes/rva-splash/SORRY_we_are_DEAD.mp4" type="video/mp4">
</video>


