.visually-hidden, .player button span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.player {
    min-height: 63px;
}
/* Pcast Player */
.player .player-controls {
    float: bottom;
    position: absolute;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    bottom: 0px;
}

.player button {
    background: transparent;
    color: #fff;
    border: 0;
    /*border-radius: 2px;*/
    padding: 5px;
    line-height: 22px;
    -webkit-appearance: none;
    min-width: 32px;
   text-shadow: 2px 0 black;
}

.player progress {
    height: 13px;
    width: calc(100% - 200px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.player progress[value]::-webkit-progress-bar {
    background-color: #555;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.player progress[value]::-webkit-progress-value {
    background: #fff;
}

.player .pcast-time {
    font-size: 13px;
    margin: 0 5px;
    text-align: center;
    width: 4em;
    white-space: nowrap;
}

.player .pcast-buttons {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.player .pcast-duration {
    position: absolute;
    right: 0px;
}

.player .pcast-speed {
    width: 2.5em;
}

.player .pcast-image {
    vertical-align: top;
}