section {
  overflow-x: hidden;
}

section.one {
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
}
section.one .video-wrap {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
section.one .video-wrap .yt-video-container, section.one .video-wrap .yt-video-container iframe {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  section.one .video-wrap .yt-video-container {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  section.one .video-wrap .yt-video-container {
    width: 300%;
    left: -100%;
  }
}
@media (max-aspect-ratio: 16/9) and (max-width: 767px) {
  section.one .video-wrap .yt-video-container {
    width: 570%;
    left: -285%;
  }
}
section.one .video-wrap .file-video-container, section.one .video-wrap video {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
section.one .title {
  font-size: 25px;
}
@media (min-width: 992px) {
  section.one .title {
    font-size: 35px;
  }
}
section.one .button {
  border: none !important;
  margin-left: -25px;
}

section.two .sopratitolo {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4em;
  text-align: start;
}
@media (min-width: 576px) {
  section.two .sopratitolo {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  section.two .sopratitolo {
    max-width: 200px;
    font-size: 20px;
  }
}
section.two .title {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 40px;
  text-align: start;
}
@media (min-width: 576px) {
  section.two .title {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  section.two .title {
    font-size: 80px;
    text-align: end;
  }
}
section.two .text p {
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 2em;
  letter-spacing: 0.4px;
}
@media (min-width: 1200px) {
  section.two .text p {
    font-size: 20px;
  }
}
section.two .img-wrap {
  max-height: 550px;
}

section.officina {
  min-height: 500px;
  height: 80vh;
  overflow: hidden;
}
section.officina .row {
  margin-bottom: 130px;
  min-height: 500px;
}
section.officina .img-wrap.bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}