@font-face {
    font-family: 'gothambook';
    src: url('fonts/gothambook-webfont.woff2') format('woff2'),
        url('fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gothambold-webfont.woff2') format('woff2'),
        url('fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    pointer-events: none;
}

.border {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 1000;
}

.container {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container img {
    position: absolute;
}


.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4000;
    pointer-events: none;
}


#intro {
    background: #ff3746;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo_videoland {
    width: 70%;
    position: absolute;
    margin-top: 5px;
    height: 50px;
}

#DScontent {
    position: absolute;
    width: 95%;
    height: 97.1%;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

#txt {
    font-family: 'gothambook';
    color: white;
    position: relative;
    margin: 0;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
}

#logoSerie {
    width: 100%;
    z-index: 500;
    pointer-events: none;
    position: relative;
}