@charset "utf-8";
/* CSS Document */

/* VIDEO */
.cont_video{
	text-align:center !important;
}
.divVideo{
	display:inline-block;
	padding:3px;
	background:url(../_grafiche/loading_video50.gif) no-repeat center center #000;
	border-radius:4px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.7);
	
	background-size: 50px 50px, cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:50px;
	
}
@media only screen and (max-width: 1009px){
	.divVideo{
		width:100%;
		max-width:650px;
	}
}
@media only screen and (max-width: 500px){
	.cont_video{
		width:calc(100% + 60px) !important;
		margin-left:-30px !important;
		border-radius:0px !important;
	}
	.divVideo{
		height:250px;
		border-radius:0px !important;
	}
}
@media only screen and (max-width: 400px){
	.divVideo{
		height:200px;
	}
}