section.header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: none;
    position: relative;
    overflow-x: hidden;
    min-height: 52vh;
}

section.header video.herovid {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.header h1 {
    font-size: calc(3vh + 2vw);
    text-shadow: 2px 2px 10px black;
    max-width: 90vw;
    margin: 0 auto 20px auto;
    text-wrap: initial;
    z-index: 1;
}

section.header div {
    text-align: center;
    z-index: 1;
}