/*
PROPRIETES GENERALES
*/

*{
	padding:0;
	margin:0;
}

img{
	border:none;
}

a, a:hover{
	cursor:pointer;
}

body{
	width:100%;
	overflow:hidden;
	background:#000;
}

/*
LOGO
*/
#logo{
	position:fixed;
	bottom:0px;
	right:20px;
	width:140px;
	height:131px;
	background:url("../images/logo.png") no-repeat;
	background-size:140px 131px;
	z-index:2;
}

/*
VIDEO
*/
#video VIDEO{
	position:absolute;
	width:100%;
	left:50%;
  	top:50%;
	transform: translate(-50%, -50%);
	z-index:1;
}
