body {
    margin: 0;
    padding: 0;
}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(../images/herobg2.jpg) no-repeat center center/cover;
}
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}
.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgb(6 0 0 / 77%) 50%, rgb(0 0 0 / 90%) 50%);
    background-size: 3px 3px;
    z-index: 0;
}
h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 8;
    max-width: 900px;
    width: 100%;
    height: 360px;
}