.vjs-logo {
    line-height: 20px;
    border:none !important;
    background-color: transparent !important;
}
.vjs-logo.default,
.vjs-logo.eqnetwork {
    width:42px !important;
    background-image: url("../../images/eqn-video-player-logo-2.png") !important;
    background-size: 42px !important;
    background-repeat: no-repeat !important;
    margin: 0.5em 0.5em 0 0 !important;
}
.vjs-poster-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    margin:10px;
    background-repeat: no-repeat;
}
.vjs-poster-overlay.eqnetwork {
    background-size: 62px;
    width:62px;
    height: 20px;
    background-image: url("../../images/eqn-video-player-logo-2.png");
}