.video-react .video-react-settings-control {
  cursor: pointer;
  @include flex(none);
  @extend .video-react-icon;
  @extend .video-react-icon-settings;

  .video-react-menu {
    left: -1.4em;
    width: 6em;
  }
}
.video-react-settings-label {
  font-family: tahoma;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  left: 9px;
  top: 28px;
  font-weight: 700;
  font-size: 8px;

  div {
    padding: 1px 2px;
  }

  .video-react-active-track-label {
    background-color: #df254d;
  }

  .video-react-playback-rate-value {
    background-color: #757575;
  }
}

.video-react-settings-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 8px;

  .video-react-settings-title {
    margin: 8px 16px 8px 0;
    font-size: 1em;
  }

  &:last-child {
    margin-bottom: 0;
  }
}
