* {
    box-sizing: border-box;
}
 
html,
body {
    margin: 0;
    background: #ffffff;
}

main {
    position: absolute;
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    background-image: url(../images/backgroundlayers-01.png);
    background-size:cover;
   
}

img,
video {
    position: absolute;
}

#instructions {
    z-index: 8500;
}

.more-info {
    display: none;
    z-index: 12000;
}

.highlight {
    z-index: 9000;
}

.pressButton {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    text-shadow: 2px 2px 2px #0005;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    width: 1920px;
    top: -7px;
}

