body {
    background-color: var(--black);
}

.trailerContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--overlay-color);
}

#seekaplayer .vjs-play-progress {
    background-color: var(--primary-color);
}

#seekaplayer .vjs-dock-text, #seekaplayer .vjs-dock-title, #seekaplayer .vjs-dock-description {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Avenir Helvetica,"Arial Book", sans-serif;
    font-size: 12pt;
}

#seekaplayer .vjs-dock-title {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 100;
}

#seekaplayer .vjs-big-play-button {
    background-color: var(--primary-color);
    opacity: 0.5;
    top: calc(50% - 25px);
    left: calc(50% - 50px);
    height: 50px;
    width: 100px;
}


#seekaplayer .vjs-custom-endscreen-overlay {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Avenir Helvetica,"Arial Book", sans-serif;
    display: flex;
    flex-direction: row;
}

#seekaplayer .vjs-endscreen-overlay-content {
    display: flex;
    flex-direction: column;
    margin: 20px auto 20px 20px;
    height: 100%;
    justify-content: center;
    background: transparent;
}

#seekaplayer .vjs-overlay-buttons {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 auto;
    height: 100%;
    width: 400px;
    justify-content: center;
}

#seekaplayer .vjs-overlay-buttons button {
    margin: 25px 0 25px 0;
    cursor: pointer;
    font-size: 10em;
    z-index: 200;
}

#seekaplayer button.custom-button img {
    height: 100%;
}

div.next-episode {
    position: absolute;
    width: 800px;
}

div.next-episode > img {
    width: 800px;
}

div.next-episode > .caption {
    font-size: 10pt;
    padding: 5px 10px 5px 10px;
    text-align: left;
}

div.next-episode .overlay img {
    height: 70%;
    margin: 5%;
}

div.mainContainer div.playerContainer {
    margin-top: 50px;
}

.player-main .playerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}