#slideHead {
	width:100%;
	height:22.5rem;
	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 {
	color:#FFF;
	line-height:2.5rem;
	font-weight:400;
	z-index:2;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #000000;
}
#slideHead h3 small {
	font-size:24px;
}
#slideHead article {
	width:100%;
	height:100%;
	padding:0;
	text-align:center;

	position: absolute;
	top: 0;
	left: 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:1;
	background:url(../../images/mask.png);
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
#slideHead article h3 {
	margin:0 auto;
	padding:0 1rem 0 1rem;
	z-index:2;
	font-size:1.2rem;
}
}

/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
#slideHead article h3 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	max-width:60rem;
	z-index:2;
	font-size:2rem;
}
}