/*#header {
  position: relative;
  z-index: 1;
  height: calc(100vh - var(--menuh));

}

#header .bgImage, #header .bgImage img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#header .bgImage img{
  object-fit: cover;
}

#header::after{
  content: "";
  background: transparent linear-gradient(0deg, #000000 0%, #0000004A 70%, #00000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}*/

#header {
  position: relative;
  z-index: 1;
  height: 100vh;
  /*height: calc(100vh - var(--menuh));*/
}

body .menu-padding {
  padding-top: 0;
}

#header .bgImage, #header .bgImage img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#header .bgImage img{
  object-fit: cover;
}

#header::after{
  content: "";
  background: transparent linear-gradient(0deg, #000000 0%, #0000004A 70%, #00000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#chisiamo .imgContainer{
  padding-top: 120%; 
}

#recensioni .resizer{
  width: 95%;
  border-radius: 50%;
  overflow: hidden;
}

#recensioni .imgContainer{
  padding-top: 100%;
}

@media(max-width: 1199px){
  #chisiamo .imgContainer {
    padding-top: 80%;
  }
  
  #recensioni .resizer {
    width: 75%;
  }
}

@media(max-width: 991px){
  #chisiamo .imgContainer {
    padding-top: 70%;
  }

  #recensioni .resizer {
    width: 76%;
  }
}

@media(max-width: 767px){
  #chisiamo .imgContainer {
    padding-top: 120%;
  }

  #recensioni .resizer {
    width: 95%;
  }

  #header{
    height: auto;
  }

  .headerColumn{
    /*min-height: calc(100vh - var(--menuh));*/
    min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    padding-top: 3rem;
  }

  .headerInnerRow{
    padding-bottom: 12vh;
  }
}

@media (min-width: 1200px){
  

}