.hero-section {
  height: 100%;
  min-height: 700px !important;
}

button {
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  .hero-section {
    overflow: hidden !important;
    video {
      min-height: 700px;
      object-fit: cover;
    }
  }

  /* .child-invite-section::before {
    min-height: 700px;
    object-fit: cover;
    background-position-y: 0;
  } */
}
