.home {
    height: 100vh;
    position: fixed;
}
video {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: fixed;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}