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;
}


.geointInfo
{
	border: 0px solid white;
	text-align:center;
	opacity: 0.7;
	width:100%;
	position:fixed;
	bottom:2em;
	line-height:4em;
}
.geointInfo a
{
	color:lightgray;
}
.geointInfo img
{
	margin: 0.5em;
	height: 3.5em;
}
.translucid
{
	opacity:0.8;
}

form span_
{
	display: none;
}
