

#motion {
	margin: 0;
	margin-top: 0;
	position: relative;
	background: #000;
}

video {
	width: 100%;
	height: auto;
	z-index: -1;
}

#formato {
	z-index: 10;
}

/* Media Querys MEDIANO */
@media (min-width: 768px) {

	#motion {
		margin-top: 0;
		margin-bottom: 0px;
		overflow: hidden;
	}

	video {
		width: 100%;
		height: auto;
		z-index: -1;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {

	#motion {
		margin: 0px;
		margin-top: 0;
		/*margin-top: 159px;*/
		height: auto;
		overflow: hidden;
	}

}