.player-box {
    width: 100%;
    max-height: 600px;
    position: relative;
}
#player {
    width: 100%;
    height: 600px;
}

.video_player_promo_wrap {
    display: none;
}

.episode-change {
    position: absolute;
    top: 45%;
    cursor: pointer;
    width: 100px;
}
.prev {
    left: 50px;
}
.next {
    right: 50px;
    transform: rotate(45deg);
    transform-origin: bottom right;
}
.ep-navigation {
    margin-bottom: 10px;
}