#videos-show {
  #videoPlayer {
    background-color: black;
    height: var(--video-player-height);
    max-height: calc(100vh - var(--global-header-height));
    width: 100%;
  }

  p {
    word-break: break-word;
  }
}
