.cmp-video-player {
  margin-bottom: 30px;
}
.cmp-video-player__title {
  font-size: 2rem;
  font-family: var(--headline-font);
  text-transform: none;
  font-weight: var(--heading-regular-weight);
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 20px 0;
  line-height: 1;
}
.cmp-video-player__title b,
.cmp-video-player__title strong {
  font-weight: var(--heading-bold-weight);
}
.cmp-video-player__title span.gray {
  color: #bbbbbb;
}
