.page audio {
    visibility: hidden;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #0486c0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffda23;
}

.mejs-horizontal-volume-current {
    background: #ffda23 !important;
}