#slideHead {
	width:100%;
	border:0;
	z-index:1;
	margin:0 0 0 0;
	padding:0 0 0rem 0;
}
#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead article h3 {
	margin:1.25rem auto 0 auto;
	padding:1.25rem;
	z-index:15;
	text-align:center;
	line-height: 140%;
	color: #FFFFFF!important;
	font-weight: 100!important;
	background: url(../../../images/pubblico/mask.png);
}
#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;
	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;
}
#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:2;
	background: url(../../../images/pubblico/mask.png);
}
#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: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;
	display: -webkit-flex;
	-webkit-flex-flow:row nowrap;
	-webkit-align-items:center;
	-webkit-justify-content: flex-end;
	display: -ms-flexbox;
	-ms-flex-flow:row nowrap;
	-ms-flex-align:center;
	-ms-flex-pack: 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 : 1200px) {
#slideHead {
	margin: 0rem 0 0 0;
	padding: 0 0 0 0;
	height:50vw;
}
#slideHead article h3 {
	font-size:1rem;
	margin: 0rem 0 3vw 0!important;
}
div.paginazione_testate {
	display: none;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#slideHead {
	display:block;
	position:relative;
	margin: 0rem auto 0 auto;
	height:50vw;
	max-height: calc(100vh - 11.4375rem);
}
#slideHead article h3 {
	max-width: 75rem;
	font-size: 2.5rem;
}
#slideHead article div.mask {
}
}