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

.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; */
  /* fill: #941818; */
  fill: #D30913;
}

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