#slideHead {
	width:100%;
	border:0;
	z-index:1;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead article h3 {
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	z-index:15;
	text-transform: uppercase;
}
#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: flex-end;
	display: -webkit-flex;
	-webkit-flex-flow:column nowrap;
	-webkit-align-items:center;
	-webkit-justify-content: flex-end;
	display: -ms-flexbox;
	-ms-flex-flow:column nowrap;
	-ms-flex-align:center;
	-ms-flex-pack:flex-end;
}

#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:2;
	background: url(../../../images/pubblico/mask.svg) no-repeat center bottom;
	background-size:cover;
}
#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 {
	width:5rem;
	height:100%;
	position:absolute;
	top:0;
	right:0rem;
	z-index:1000;
	text-align:center;
	display: flex;
	flex-flow:column nowrap;
	align-items:center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow:column nowrap;
	-webkit-align-items:center;
	-webkit-justify-content: center;
	display: -ms-flexbox;
	-ms-flex-flow:column nowrap;
	-ms-flex-align:center;
	-ms-flex-pack: center;
}
div.paginazione_testate label {
	display:inline-block;
	width:0.625rem;
	height:0.625rem;
	margin: 0.3125rem 0;
	background:#FFF;
	border: 1px solid #FFF;
	border-radius:50%;
	cursor:pointer;
}
div.paginazione_testate label.selected {
	background:#DD7907;
}
#slideHead article h3 span {
	display: inline-block;
	line-height:100%;
	background:none;
	font-weight: 400;
}
#slideHead article h3 small {
	display: inline-block;
	line-height:100%;
	background:#DD7906;
	font-weight: 400;
}
#slideHead article h3 span.leggero {
	font-weight: 200;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
#slideHead {
	height:33vw;
	margin: -0.3125rem 0 0 0;
	padding: 0 0 0 0;
}
#slideHead article h3 {
	font-size:2rem;
	line-height:100%;
	text-align:right;
	padding:0 1rem 2rem 0;
	font-weight:400 !important;
}
#slideHead article h3 span {
	font-size:1.2rem;
	padding:0.3125rem;
}
div.paginazione_testate {
	display: none;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#slideHead {
	margin-top:0rem;
	height:25vw;;
	display:block;
	position:relative;
}
#slideHead article h3 {
	width:75rem;
	font-size:3rem;
	line-height:100%;
	text-align:right;
	padding:0 0 3rem 0;
	font-weight:400 !important;
}
#slideHead article h3 span {
	font-size:3rem;
	padding:0.625rem;
}
#slideHead article h3 small {
	font-size:2rem;
	padding:0.625rem;
}

#slideHead article div.mask {
}
}