header {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100vw;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #121212;
    overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5 {
    color: #ffffff;
}

img {
    max-width: 600px;

}

.content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

header video {
    width: 100%;
    height: 100%;
}

header .container {
    position: relative;
    z-index: 2;
}

.content-container {
    max-width: 650px;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://raikori.com/content/trailer_thumb.png') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}