small {
  font-size: 0.625rem;
}

@media (max-width: 768px) {
  small {
    font-size: 1rem;
  }
}

p {
  line-height: 1;
  margin-bottom: 0.25rem;
}

.player-video {
  max-height: 65vh;
}

@media (max-width: 768px) {
  .player-video {
    width: 100%;
  }
}