#slideHead {
	width:100%;
	border:0px;
	z-index:-1;
	margin:0 0 0 0;
	padding:0px;
	overflow: hidden;
}
#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead article h3 {
	width:100%;
	padding:0 0 0 0;
	color:#FFF;
	line-height:100%;
	font-weight:400;
	z-index:3;
	text-shadow:1px 1px 2px #000000;
	font-family: 'Squada One', cursive;
}
#slideHead h3 small {
	font-weight:400;
	text-transform:none;
}
#slideHead article {
	width:100%;
	height:100%;
	padding:0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}
#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:2;
}

div.fluid-width-video-wrapper {
	background:none;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
#slideHead article {
	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 {
	height:20rem;
}
#slideHead article h3 {
	margin:0 auto;
	width:94%;
	font-size:2rem;
	text-align:center;
}
#slideHead h3 small {
	font-size:1rem;
}
#slideHead article div.mask {
	background:url(../../../images/pubblico/mask2.png);
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 961px) {
#slideHead {
	position:absolute;
	top:0;
	left:0;
	height:80%;
	background:url(../../../images/pubblico/mask.png) no-repeat center bottom;
}
#slideHead article div.video {
	width: auto;
	height:auto;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index:0;
	overflow:hidden;
}
#slideHead article div.video iframe {
	width:140%;
	height:140%;
	position: fixed;
	top:-20%;
	left:-20%;
	right:-20%;
	bottom:-20%;
	margin:0;
	z-index:0;
	overflow:hidden;
}
#slideHead article {
	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;
	background-attachment:fixed !important;
}
#slideHead article h3 {
	margin:7rem 0rem 0 22rem;
	max-width:38rem;
	font-size:2rem;
	text-align:left;
	height:11.1875rem;
}
#slideHead h3 small {
	font-size:1.5rem;
}
#slideHead article div.mask {
	background:url(../../../images/pubblico/mask.png) no-repeat center bottom;
}
}