/* yellow focus */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}


/*background color*/
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
background: url('') !important;
background-color: #9dccba !important;
}


/* text color */
.mejs-currenttime,
.mejs-duration {
color: white !important;
}

.mejs-horizontal-volume-current
{
background:#0073aa!important;
}