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

p {
	font-family: Helvetica;
	opacity: 0.5;
	color: white;
	font-size: 50px;
	position: fixed;
	margin-top: 0px;
}

div#word{
	font-family: Helvetica;
	color: white;
	font-size: 70px;
	position: absolute;
	bottom: 0;
	right:0;
	margin-right: 7px;
	
}



