.mejs__controls:not([style*="display: none"]) {
  background: #e30915;
}

.blue .mejs__controls:not([style*="display: none"]) {
  background: #000099;
}

.mejs__captions-button {
  opacity: .7;
}

.mejs__captions-button.mejs__captions-enabled {
  opacity: 1;
}

.mejs__overlay-button svg {
  fill: #e30915;
}

.blue .mejs__overlay-button svg {
  fill: #000099;
}