#slideHead {
	width:100%;
	padding: 0 0 0;
	border:0;
	margin: 0 0 0 0;
	position:relative;
	height:50vw;
	background: none;
	max-height: 100vh;
	z-index: 1;
}
#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead article h3 {
	color: #FFFFFF;
	text-align: right;
	z-index: 2;
	line-height: 120%;
	font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}
#slideHead article h3 strong {
	font-style: normal;
}
#slideHead article h3 span {
	display: inline-block;
	padding: 0 0 0.3125rem 0;
	margin: 0 0 0 0;
    border-bottom: 3px solid #d40e14;
}
#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:flex-end;
	justify-content: flex-end;
}
#slideHead article div.mask {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("../../../images/pubblico/Scroll-Down-icon-Home.gif"), url("../../../images/pubblico/mask.svg"), linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: 8rem auto, 100% auto, 100% 100%;
	background-position: right center, top center, top left;
	pointer-events: none;
    background-attachment: scroll, fixed, scroll;
}
#slideHead article div.video {
	position: absolute;
	height: 100%;
    width: 100%;
	top: 0;
	left: 0;
}
#slideHead article video {
	display: block;
    z-index: 0;
	object-fit: cover;
	position: absolute;
	height: 100%;
    width: 100%;
	top: 0;
	left: 0;
}
div.fluid-width-video-wrapper {
	background:none;
}
div.paginazione_testate {
	display: none;
}




@media only screen and (max-width : 600px) {
#slideHead {
	height:100vw;
}
#slideHead article h3 {
	font-size: 2rem;
	
	margin: 0 0 1rem 0!important;
	padding: 0 0.5rem!important;
	width: calc(100% - 1rem)!important;
	
}
	
	
#slideHead article div.mask {
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
	background-repeat: repeat;
	background-size: 100% 100%;
	background-position: top left;
}
}
@media only screen and (min-width : 601px) and (max-width : 1200px)  {
#slideHead article h3 {
	font-size: 2.5rem;
	
	margin: 0 0 2rem 0!important;
	padding: 0 2rem!important;
	width: calc(100% - 4rem)!important;
	
}
}
@media only screen and (min-width : 1201px) and (max-width : 1400px)  {
#slideHead {
	margin-top: -6.5rem;
}
#slideHead article h3 {
	font-size: 3.5rem;
	
	margin: 0 0 2.5rem 0!important;
	padding: 0 2.5rem!important;
	width: calc(100% - 5rem)!important;
	
}
}
@media only screen and (min-width : 1401px) {
#slideHead {
	margin-top: -6.5rem;
}
#slideHead article h3 {
	font-size: 5rem;
	
	margin: 0 0 2.5rem 0!important;
	padding: 0 2.5rem!important;
	width: calc(100% - 5rem)!important;
}
}