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

.video-js #player-endcard {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 0;

    display: flex;
    align-items: end;
    width : 100%;
    height: 100%;
    background: black;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.video-js #player-endcard #related-content {
    position: absolute;
    top: 50%;
    bottom: 3.5em;
    right: 1%;
    height: 70%;
    left: 1%;   
    display: flex;
}

.video-js #player-endcard #related-content div {
    height: 25%;
    /* border: 1px solid gray; */
}

.video-js #player-endcard #related-content div img {
    margin: 0;
    color: white;
    /* font-size: 20px; */
    /* font-family: Helvetica; */
    height: 100%;
    width: 100%;
    /* border: 5px solid rgb(112, 112, 112); */
    border-radius: 10px;
    /* white-space: normal; */
}

.video-js #player-endcard #next-video {
    position: absolute;
    top: 0;
    bottom: 3.5em;
    right: 75%;
    left: 0%;
}

.video-js #player-endcard #next-video div {
    height: 90%;
}

.video-js #player-endcard #next-video div#countdown {
    height: 10%;
    font-family: Helvetica;
    font-size: 12px;
    color: red;
}

.video-js #player-endcard #next-video div p {
    margin: 0;
    color: white;
    font-size: 20px;
    font-family: Helvetica;
    height: 100%;
}