.video-heading {
  color: rgb(17, 17, 17);
  text-decoration: none;
  /* display: inline-block; */
  word-wrap: break-word;
  overflow: hidden;
  max-width: 100%;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
a:hover .video-heading {
  text-decoration: underline;
  text-decoration-color: rgb(17, 17, 17);
}
.video-date {
  color: rgba(17, 17, 17, 0.7);
  margin-top: 4px;
  line-height: 16px;
  font-size: 12px;
}
.video-caption {
  display: -webkit-box !important;
  overflow: hidden;
  margin-top: 8px;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36.4px;
}
.video-caption span {
  color: rgb(26, 137, 222);
}
.video-caption span:hover {
  color: rgb(47, 165, 255);
}
.listing li span {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 18px;
}
