/* Enter Your Custom CSS Here */

.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('') !important;
	background-color: #AA0000 !important;
}

/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
	color: red !important;
}

/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}