body,
html {
    overflow: hidden;
    background: white;
}

#coses {
    width: 1920px;
    height: 1080px;
    text-align: center;
}

#exit {
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 999;
}

#video_player,
#video_player_welcome {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

welcome {
    font-size: 30vw;
    line-height: 20vw;
    top: 0px;
    left: 10%;
    position: absolute;
    width: 80%;

    z-index: 2;

    display: table;
    height: 100%;
    text-align: center;

}

hand {
    bottom: 5vh;
    left: 0%;
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
    filter: brightness(4.25);
}

hand img {
    width: 250px;
}

small {

    font-size: 10vw;
}

pre {
    background: black;
    color: green;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    z-index: 3;
}

.pantalles {
    width: 100vw;
    height: 100vh;
}


.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

img#fondo_interactiu {
    width: 100vw;
}