#default-header-image {
  width: 100%;
  height: 50vh;
  max-height: 100vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#default-header-image:before {
  background: rgba(255,255,255,0.8);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#default-header-contenuto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

/*
#default-header-contenuto h1 {
  color: #FFFFFF;
  position: relative;
  font-weight: 600;
  font-size: .9rem;
  color: #232323;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

#default-header-contenuto h1:before {
  content: none;
}*/