/* Только улучшаем прогресс-бар, не ломая исходный дизайн 
.mejs__time-slider {
  height: 8px !important;
}

.mejs__time-handle {
  height: 14px !important;
  width: 14px !important;
  margin-top: -3px !important;
}

.mejs__time-float {
  z-index: 9999999 !important;
  position: relative !important;
  min-width: 50px !important;
  text-align: center !important;
  padding: 3px 6px !important;
  border-radius: 4px !important;
  background: rgba(0,0,0,0.7) !important;
  color: white !important;
  font-size: 12px !important;
}

.mejs__preview-container {
  z-index: 999998 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.mejs__preview-container img {
  border-radius: 4px !important;
}*/

/* Превьюшки при наведении на прогресс-бар
.mejs__time-total,
.mejs__time-slider {
  height: 12px !important;
  min-height: 12px !important;
}

.mejs__time-handle {
  height: 16px !important;
  margin-top: -2px !important;
}

.mejs__time-float {
  z-index: 9999999 !important;
  position: relative !important;
}

.mejs__preview-container {
  z-index: 999998 !important;
} */