.vjs-control-bar {
    z-index: 1;
}

.video-js #player-endcard {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('https://nerdonthestreet.com/player/endcard.png');
    background-size: cover;
    z-index: 0;
}

.video-js #player-endcard #related-content {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    text-align: center;
}

.video-js #player-endcard #related-content div p {
    margin: 0;
    color: orange;
    font-size: 4em;
    font-family: sans-serif;
    text-decoration: underline;
    font-weight: bold;
}

.video-js #player-endcard #related-content div p:hover{
    color: #ff6c00;
}
