div.video {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: left;
    height: auto!important;
}
div.contenitoreVideo {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    height: auto!important;
    background: url('../../../images/loader.gif') no-repeat center center;
    z-index: 3000;
}
div.video iframe {
	width: 100%!important;
	height: 48vw!important;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {	

}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#contenuto.monocolonna div.video {
    width: calc(50% - 1rem)!important;
    float: left;
    margin: 0 2rem 0rem 0;
}
#contenuto.monocolonna div.video div.video {
    width: 100%!important;
    height: auto!important;
}
#contenuto.monocolonna div.video iframe {
	height: 20.5rem!important;
}
#contenuto.duecolonne div.video iframe {
	height: 18rem!important;
}
main.antiquarium #contenuto.duecolonne div.video {
	width: calc(50% - 1rem);
	float: left;
	margin: 0 2rem 0.5rem 0!important;
}
main.antiquarium #contenuto.duecolonne div.video div.video {
	width: 100%;
}
}