#logo {
    position: absolute;
    left: 40px;
    top: 40px;
}

#header {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    cursor: default;
    min-height: 100vh;
    overflow: hidden;
}

#header > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
}

#content {
    background-color: #252323;
    position: relative;
}

.heading-block {
    text-align: center;
    margin-bottom: 50px;
}

.heading-block h3 {
    font-size: 28px;
    color: #eee;
}

.heading-block span {
    color: rgba(255, 255, 255, .65);
    font-size: 20px;
}