* {
    box-sizing: border-box;
}

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

/* Changed Background -----Bl */
main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    background: url('../images/s1_bg.png');
}

img,
video {
    position: absolute;
}

/* Change Added - logo stylings  ------Bl  */
#logo {
    z-index: 120000;
    width: 293px;
    height: 82px;
    position: absolute;
}

#instructions {
    z-index: 10000;
}

.more-info {
    display: none;
}