.template-home {
  h1 {
    position: absolute;
    z-index: 2;
    inset: 0;
    text-align: center;
    display:flex;
    place-content: center;
    color:#fff;
    height: 60vh;
    flex-wrap: wrap;
  }
}

.video-bkgd {
  overflow: hidden;
  pointer-events: none;
  max-inline-size: unset;
  padding: unset;

  video {
    object-fit: cover;
    width:100%;
    height:80vh;

   source {
     object-fit: cover;
      width:100%;
      height:100vh;
   }
  }

  iframe {
    position: absolute;
    z-index: 0;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height:100%;
  }
}
