.Player .mejs-container{background:#000;}
.Player .mejs-container .mejs-controls{position:absolute;width:100%;}
.Player .mejs-container .mejs-time-rail .mejs-time-total{top:auto;}
.Player .mejs-container.mejs-audio .mejs-time-rail .mejs-time-total .mejs-time-current{height:auto;}
.mejs-controls .mejs-pause button {
background-position: 0 -16px !important;
}
.mejs-controls .mejs-play button {
background-position: 0 0 !important;
}

.Player .mejs-controls .mejs-mute button {
background-position: -16px -16px;
}
.Player .mejs-controls .mejs-unmute button {
background-position: -16px 0;
}
.Player .mejs-controls .mejs-play button:hover, .Player .mejs-controls .mejs-play button, .Player .mejs-container .mejs-controls .mejs-play button{background-color:transparent;}
