html,
body {
    margin: 0;
    background-color: #000000;
}

main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

img,
video {
    position: absolute;
    width: 1920px;
    height: 1080px;
}

#logo {
    z-index: 12000;
    width: 293px;
    height: 82px;
    position: absolute;
    right: 1.5%;
    bottom: 2.5%;
}

#instructions {
    z-index: 10000;
}

#moreInfo {
    display: none;
    z-index: 9000;
}