.vjs-controls-enabled.vjs-has-started.vjs-user-active .vjs-suggested-video {
    display: block;
}

.vjs-suggested-video {
    display: none;
    position: absolute;
    height: 8em;
    width: 18em;
    bottom: 6em;
    left: 1em;
    background-color: rgba(0,0,0, 0.6);
    border: 1px solid #000000;
    padding: 0.5em;
}

.vjs-suggested-video img {
    height: 7em;
    width: 7em;
    float: left;
}


.vjs-suggested-video div {
    color: #e0e0e0;
    float: left;
    margin-left: 0.5em;
    width: 7.5em;
    font-size: 1.1em;
}

.vjs-suggested-video:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.vjs-suggested-video:hover div {
    color: white;
    text-shadow: 0 0 white;
}
