html, body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000;
}
.geral{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.geral img{
	width: 100%;
}
.bg-black{
	width: 100%;
	height: 110%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;	
}
.bg-geral{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
	overflow: hidden;
}
.bg-geral video {
    width: 100%;
}