#video-container {
    width: 100%;
    height: 100%;
}

#qr-video {
    width: 100%;
    height: 100%;
    position: absolute;
}

#overQuest {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#answer {
    position: absolute;
    width: 90vw;
    height: 45vw;
    bottom: 52%;
    left: 5vw;
    visibility: hidden;
}
#lastVid{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

#next {
    position: absolute;
    width: 90vw;
    height: 15vw;
    top: 50%;
    left: 5vw;
    visibility: hidden;
}

#exit {
    position: absolute;
    width: 50vw;
    height: 15vw;
    top: 60%;
    left: 5vw;
    visibility: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}