html, body, #heroimage {
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", "Arial", "Georgia", sans-serif;
}

#heroimage {   
  background:url('/assets/img/placeholder.jpg') center center;
  background-size:cover;
  position: relative;
  transition: background 0.8s linear;
  overflow-x: hidden !Important;
  overflow-y: hidden !Important;
}


/* VERSIONE CON LOGO QUADRATO */
#heroimage div.logosx {
	text-align: center;
	position:absolute;
	top:10%;
	width:100%;
	background: transparent;
}

#heroimage div.logo {
	text-align: left;
	position:absolute;
	top:0;
	width:100%;
	background: rgba(255, 255, 255, 0.85);
	padding: 1rem;
}

#heroimage div.logo img {
	height: 150px;
}


#heroimage div.social {
	/*position: absolute;*/
	position: absolute;
	bottom:15%;
	text-align: center;
	background: transparent;
	/*left:calc(50% - 67px);*/
	width: 100%;
}

#heroimage div.arrow {
	width: 100%;
	height: 32px;
	position: absolute;
	bottom:3%;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	border:none;
}	

#heroimage div.arrow a.arrow-icon {
	cursor: pointer;
}

#heroimage div.arrow a:link, 
#heroimage div.arrow a:visited {
	color:white;
	text-decoration: none;
}

#heroimage div.textcontainer {
	/*resize: both;*/
	position: absolute;
	top:45%;
	left:0;
	width: 100%;
	/*text-align: center;*/
}

#heroimage div.text {
	color:white;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	/*transform: translate(-50%, -50%);
		transform-origin: center center;*/
}

#heroimage div.text h1 {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.2rem;
	font-size: 3rem;
	line-height: 3.5rem;	
}

#heroimage div.text h2 {
	margin-top:0;
	font-size: 1.5rem;
}

#heroimage div.text img {
	width:75%;
	max-width:640px;
}

#heroimage video#herovd {
  position: absolute;

  bottom: 0;
  left:50%;

  transform: translateX(-50%);
  
  min-width: 100%;
 /* min-width: 100vw;*/
  min-height: 100%;
/*  min-height: 100vh;*/
  z-index: 0;
  	overflow-x: hi
}

@media (min-width: 80rem) {
	#heroimage div.text h1 {
		font-size:4rem;
	}
	#heroimage div.text h2 {
		font-size:3rem;
	}
}

@media (max-width: 60rem) {
	#heroimage div.logo {
		text-align: center;
	}
}
