video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
}

section {
    position: relative;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 6vh;
    text-align: center;
}

.masthead .btn-outline {
    color: black;
    border-color: black;
}

.backArrow {
    position: absolute;
    top: 10vh;
    left: 2vw;
    color: white;
    z-index: 1000;
    font-size: 3em;
}

.backArrow a {
    color: white;
}

.splide {
    padding-top: 8vh;
}

.splide__slide img {
    max-width: 50%;
    max-height: 50%;
}