/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.etichetta-disponibilita{

  background:#C32429;
 position:absolute;
  top:20px;
  right:20px;
  color:white;
  padding:6px 10px;
  font-size:14px;
	font-weight:600px;
  border-radius:4px;
  z-index:5;
}

.etichetta-disponibilita-page{

  background:#C32429;
	display:inline-block;
  top:20px;
  right:20px;
  color:white;
  padding:6px 10px;
  font-size:14px;
	font-weight:600px;
  border-radius:4px;
  z-index:5;
}


/* TESTO SOPRA */
.hero-video .hero-content{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}