.sectionfullheight, #fullheight-section-image {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionfullheight:before, #fullheight-section-image:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#fullheight-section-image-contenuto {
  position: relative;
  z-index: 1;
}

