.list-content .video-thumbnail {
  position: relative;
}

.list-content .video-thumbnail .play-button {
  width: 50px;
  height: 50px;
}

.list-content .video-thumbnail .video-duration-badge {
  background: rgba(0, 0, 0, 0.5);
  font-size: 11px !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 7px;
  color: #fff;
  line-height: 1;
  border-radius: 8px;
}

.list-content .video-date {
  color: #8c8f96;
  font-size: 13px;
  display: block;
}

.list-content .video-title {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.list-content .video-author {
  font-size: 12px;
  color: #bfbfbf;
}
