.hero{
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 690;
    overflow: hidden;
  }
  
  .hero-video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 0 1rem 1rem;
  }