.video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* altezza sezione, puoi ridurla */
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 70% di opacità nera */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  #rec1439775453 .t-text,
  #rec1548850273 .t-text,
  #rec1548852503 .t-text,
  #rec1548853753 .t-text,
  #rec1548890183 .t-text,
  #rec1548890613 .t-text,
  #rec1548907343 .t-text {
    max-width: 80% !important; /* o 100%, o quello che preferisci */
    margin: 0 auto !important;
  }
}

@media (max-width: 980px) {
  #rec1439775453 .t-text,
  #rec1548850273 .t-text,
  #rec1548852503 .t-text,
  #rec1548853753 .t-text,
  #rec1548890183 .t-text,
  #rec1548890613 .t-text,
  #rec1548907343 .t-text {
    font-size: 14px !important;
    line-height: 1.55em !important;
  }
}

@media (max-width: 640px) {
  #rec1439775453 .t-text,
  #rec1548850273 .t-text,
  #rec1548852503 .t-text,
  #rec1548853753 .t-text,
  #rec1548890183 .t-text,
  #rec1548890613 .t-text,
  #rec1548907343 .t-text {
    font-size: 13px !important;
    line-height: 1.5em !important;
  }
}

@media (max-width: 480px) {
  #rec1439775453 .t-text,
  #rec1548850273 .t-text,
  #rec1548852503 .t-text,
  #rec1548853753 .t-text,
  #rec1548890183 .t-text,
  #rec1548890613 .t-text,
  #rec1548907343 .t-text {
    font-size: 10px !important;
    line-height: 1.5em !important;
  }
}