.indiv-video-view * {
  box-sizing: border-box;
}

.indiv-video-view .video-title {
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;
}

.indiv-video-view .video-description {
  padding-top: 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: justify;
}

.indiv-video-view .video-date {
  font-style: italic;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}