.mainHome{
    background-image: url('../images/home.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.heroVideo {
    position: relative;
    display: flex;
    max-height: 900px;
    width: 100%;
    align-items: center;
    height: calc(100dvh - 60px);
}

.heroVideo video, .heroVideoShadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.heroVideo video {
    -o-object-fit: cover;
    object-fit: cover;
}
.heroVideoShadow {
    background-color: rgba(218, 211, 211, 0.85);
    z-index: 1;
}
.HeroVideoTitle, .HeroVideoTitle h1 {
    color: #fff;
    z-index: 2;
    font-size: 48px;
    font-weight: 600;
}
