*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    position: relative;
    width: 1080px;
    height: 1920px;
    background-color: #000;
}

video{
    min-width: 1080px;
    min-height: 1920px;
    max-width: 1080px;
    max-height: 1920px;
}

.slider{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
}

#get_out{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 550px;
    height: 285px;
    background: url(../assets/toqueaqui.png);
    background-size: cover;
}