#player {
    position: relative;
}

#player-container {
    background-color: #000;
    background-size: 100%;
}

#player .splash {
    background-size: 100%;
    padding-top: 56.25%;
}

#player .fp-ratio {
    padding-top: 56.25%;
}

#player-container.is-playing .fp-fullscreen, #player-container.is-paused .fp-fullscreen {
    display: block;
}

#player .splash-overlay {
    cursor: pointer;
}

#player .play-btn {
    width: 73px;
    height: 73px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    background-image: url(../../../images/flowplayer/btn_play.png);
}

#player .drm-info {
    text-align: center;
    background: #fff;
    color: #000;
    padding: 0;
    height: 95%;
}

#player .drm-info.access-restricted {
    height: 100%;
}

/* Phones */
@media only screen and (max-width : 400px) {
    #player .drm-info {
        font-size: 0.8em;
    }
}

/* Tablets */
@media only screen and (min-width : 600px) {
    #player .drm-info {
        font-size: 1.2em;
    }
}

/* Desktops */
@media only screen and (min-width : 900px) {
    #player .drm-info {
        font-size: 1.5em;
    }
}

#player .cntdwn {
    background: #000;
    color: #fff;
    text-align: center;
}
#player .cntdwn .seconds{
    color: #f00;
}

.swf-player {
    height: 100%;
}

/* Hide playlist indicators */

.flowplayer.fp-default-playlist .fp-playlist a {
    opacity: 0 !important;
}

/* Start Custom CSS for Player Accessibility */

.flowplayer a:focus, .flowplayer div:focus {outline: #00FF00 solid thick}

#player .element-invisible {
    position: absolute !important;
    clip: rect(0 0 0 0);
    overflow: hidden;
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
}

#player .is-audio .fp-player {
    background-size: cover;          /* default: contain */
    background-position: top center; /* default: center */
}

/* End Custom CSS for Player Accessibility */