body, html { background-color: #FFFFFF; }
	
.mejs__container { width: 100%; }

.mejs__controls { width: 85%; }
.mejs__time.mejs__currenttime-container { margin-left: 65px; }
.mejs__time-rail { width: 90px; }
	
.mejs__play>button, .mejs__pause>button{ width: 82px; height: 82px; background-color: #000000; border-radius: 80px; margin-top: -19px; }
.mejs__play>button { background-position: 1px -38px; }
.mejs__pause>button { background-position: -79px -38px; }

.mejs__duration,
.mejs__button mejs__volume-button,
.mejs__mute,
.mejs__horizontal-volume-slider
 { display: none;}