#slideHead {
	width:calc(100% - 5rem - 8px);
    height: calc(35vw - 5rem);
	z-index:1;
	margin:1.25rem auto;
	padding:0 0;
    border: 4px solid #000;
    border-radius: 1.25rem;
    overflow: hidden;
}
#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead article h3 {
	margin:0 auto 0 auto;
	padding:0 0;
	z-index:15;
	text-align:center;
	line-height: 140%;
	color: #FFF!important;
    width: 100%;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-size: 4.5vw!important;
}
#slideHead article {
	width: auto;
	height:auto;
	padding:0;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	flex-flow:column nowrap;
	align-items:center;
	justify-content: center;
    background-size: cover;
}
#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:2;
}
#slideHead article video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
div.fluid-width-video-wrapper {
	background:none;
}

div.paginazione_testate {
	display: none;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
#slideHead {
    height: calc(100vw - 5rem);
}
#slideHead article h3 {
	padding:0 0;
    font-size: 7vw!important;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {

}