#fw-section-hero-video-0 {

.hero__container.hero__container--large {
  min-height: 60vh; /* Adjust to full viewport height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem; /* Adjust spacing as needed */
  padding-bottom: 2rem;
  box-sizing: border-box; /* Keeps padding within height */
}

}