.slideHead {
	width: 100%;
	border:0;
	z-index:1;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	height: 33.33vw;
	display: block;
}
.slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
.slideHead article h3 {
	margin: 0 0 0 0;
	padding: 0 5rem;
	width: calc(100% - 10rem);
	z-index:15;
	text-align:left;
	line-height: 140%;
	color: #605547;
	font-weight: 100;
	font-size: 2.5vw;
    font-family: 'Antonio', sans-serif;
}
.slideHead article h3 b {
	font-weight: 600;
}
.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;
}
.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;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
div.fluid-width-video-wrapper {
	background:none;
}

div.paginazione_testate {
	width:100%;
	height:1rem;
	padding: 0.625rem 0;
	position:absolute;
	bottom:0;
	right:0rem;
	z-index:1000;
	text-align:center;
	display: flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content:flex-end;
}
div.paginazione_testate label {
	display:inline-block;
	width:0.625rem;
	height:0.625rem;
	margin:0 0.3125rem;
	background:none;
	border: 1px solid #FFF;
	border-radius:50%;
	cursor:pointer;
	font-size: 0;
}
div.paginazione_testate label.selected {
	background:#FFF;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
.slideHead {
	width: 100%;
	margin: 2.5rem 0;
	padding: 0 0 0 0;
	height: 33.33vw;
}
div.paginazione_testate {
	display: none;
}
.slideHead article h3 {
	font-size: 4vw;
	padding: 0 2.5rem;
	width: calc(100% - 5rem);
}

}
/* ipad desktop ----------- */
@media only screen and (min-width : 961px) {

}