body {
    margin: 0;
}

.screen_container h4 {
    position: absolute;
    bottom: 0;
    font-family: sans-serif;
    text-transform: uppercase;
    opacity: .4;
    margin-bottom: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    color: white;
}

.screen_container h2 {
    color: white;
}

.lang-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.lang-es {
    font-family: sans-serif;
    text-align: center;
}

.lang-eng {
    font-family: sans-serif;
    float: left;
    text-align: center;
}

.big-text {
    text-transform: uppercase;
}

.escape {
    width: 35px;
}

.flag {
    max-width: 100px;
    text-decoration: none;
    transform: scale(1);
    transition: all .2s ease-in-out;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}

.flag:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    .screen_container h2 {
        font-size: 1.7em;
    }
    .inner {
        min-width: 70%;
    }
    .escape {
        width: 25px;
    }
    .small-text {
        font-size: 1.5em;
    }
}

#screen_1 {
    background-image: url("../img/gifs/sparkles.gif");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    color: white;
}

#screen_2 {
    background-image: url("../img/gifs/matrix.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    cursor: pointer;
}


@media only screen and (max-width: 768px) {
    #screen_2 {
        background-position: -200px;
    }
}

#screen_3 {
    background-image: url("../img/gifs/drink.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    cursor: pointer;
}

#screen_4 {
    background-image: url("../img/gifs/regrets.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 7;
}


/*#screen_4 button:hover {
	 transform: translateX(100px);
}*/

#screen_5 {
    background-image: url("../img/gifs/fuckyes.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 6;
    color: white !important;
    cursor: pointer;
}


/*#screen_5 button:hover {
	 transform: translate(-200px, -100px);
}*/

#screen_6 {
    background-image: url("../img/gifs/wrong.gif");
    background-size: cover;
    background-position: bottom center;
    width: 100vw;
    height: 100vh;
    z-index: 5;
}


/*#screen_6 button:hover {
	 transform: rotate(800deg);
}*/

#screen_7 {
    background-image: url("../img/gifs/karaoke.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    cursor: pointer;
}

#screen_8 {
    background-image: url("../img/gifs/carlton.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 3;
}

#screen_9 {
    background-image: url("../img/gifs/wine.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    cursor: pointer;
}

#screen_10 {
    background-image: url("../img/gifs/bob.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

#screen_11 {
    background-image: url("../img/gifs/turtle.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

#screen_12 {
    background: black;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    cursor: pointer;
}

#screen_13 {
    background-image: url("../img/gifs/home.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -3;
}

#screen_14 {
    background: black;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -4;
    cursor: pointer;
}

#screen_15 {
    background-image: url("../img/gifs/taco.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -5;
}

#screen_16 {
    background: black;
    background-image: url("../img/gifs/win.gif");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -6;
}

#screen_17 {
    background: black;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -7;
}

.inner {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.screenview {
    position: absolute;
    width: 100% height: 100%;
    cursor: default;
}

button {
    background-color: black;
    /* Green */
    border: 2px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    margin: 10px;
}

button:hover {
    transform: scale(1.1);
}

h2 {
    font-size: 48px;
    font-family: sans-serif;
}

@keyframes drunkbutton {
    0% {
        transform: rotate(0deg) translateY(0);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(720deg) translateY(1000%);
        transform-origin: 50% 50%;
    }
}

.drunk-ani {
    animation: drunkbutton 3s 1 0s ease-in;
    animation-fill-mode: forwards;
}