body {
    cursor: pointer;
}

.video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    z-index: -1;
}

#topleft {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    overflow: hidden;
}

#topleft > .video {
    filter: brightness(0.5);
}

#topright {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    overflow: hidden;
}

#bottomleft {
    position: fixed;
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    overflow: hidden;
}

#bottomright {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    overflow: hidden;
}

#story {
    font-size: 14pt;
    position: absolute;
    max-height: 80%;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow-y: auto;
    color: white;
    padding: 20px;
    white-space: pre-line;
    border: 1px dashed white;
    border-radius: 10%;
}

a {
    color: #aaaaaa;
    text-decoration: none;
}
