div.video {
	width:100%;
}
div.contenitoreVideo {
	width:100%;
	margin:5px 0px 4px 0px;
	padding:0px 0px 24px 0px;
	background-color: #F5F5F5;
	border:1px solid #CCC;
	position:relative;
	height:400px;
	background: url('../../../images/loader.gif') no-repeat center center;
}
div.contenitoreVideo span.didascalia {
	position:absolute;
	right: 10px;
	bottom: 0px;
	padding: 0px 0px;
	color:#555;
	line-height:24px;
	font-size:12px;
	width:100%;
	text-align:center;
}

/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
	
#contenuto.duecolonne div.video {
	width: calc(50% - 1rem)!important;
	float: left;
	margin-right: 2rem;
}
#contenuto.duecolonne div.video div.video {
	width:100%!important;
}	
}