.player .time-display {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  font-size: 14px;
  padding: 0 23px 0 4px;
  font-weight: bold;
  white-space: nowrap;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.70));
}

.touch .time-display {
  padding-left: 0;
}

.player {
  &.size-md,
  &.size-sm,
  &.size-xs {
    .time-display {
      padding-right: 12px;
    }
  }
}
.player {
  .time-display {
    &.padding-style{
      padding-right: 4px;
    }
   }
}

