#fw-section-hero-video-0 {

.hero__content:before {
    content: "";
    width: 100%;
    height: 60px;
    margin-top: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://imgproxy.fourthwall.com/XbiLBJ8Fw4W5wNsEZlwwflxw5WhEo1IVhbNz-Nfn3mQ/w:1400/sm:1/enc/iNqWSsTmeas8uchl/TyXLqZ9ZztSrmi3p/j6l6a5p-0ZfDzWph/QQdKXyR8L17AyLZx/wiWTi9v7qUUjn0Jr/BkpGINVRJTNsIxUo/N0I63AdrUiUXfoyU/Omq1sCPfVH7islnH/rbrNrZ11yRBBmkrz/3Gk7wTj6pf73q2Q_/lMQMunKxK3ZimJV5/Z1wroVlAP47Wt1eG/-kdvpd0vd-9BPiAn/VcigNRFxCu8zPpYI/W6oRuV9NM217T73f/2GKIKfygsD8LcbaS);
}

.hero__heading {
    display: none;
}

@media (min-width: 640px) {
  .hero__content:before {
    height: 90px;
  }
}

@media (min-width: 1560px) {
  .hero__container {
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
}