section {
  overflow-x: hidden;
}

section.one {
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
}
section.one .row {
  margin-bottom: 130px;
  min-height: 500px;
  border-top: 1px solid white;
}
section.one .img-wrap.bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section.one .logo {
  width: 200px;
}

section.archivio-auto {
  min-height: 800px;
  transition: min-height 300ms ease, height 300ms ease;
}
section.archivio-auto .post-list .post-wrap {
  margin-bottom: 125px;
}

section.carvertical .row {
  padding-bottom: 0 !important;
}