#title_cont{
	overflow: hidden;
	min-height: 400px;
}

video#bgvid { 
	position: absolute;
	display: block;
	left: 0;
	top:0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto; 
	background-image: url("../imm/arigianilita.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
}

@media screen and (min-width: 1280px){
	#title_cont{
		min-height: 500px;
	}
}


@media screen and (max-width: 712px){
	video#bgvid {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 700px){
	
}

@media screen and (max-width: 500px){
	#title_cont{
		min-height: 300px;
	}
	
}