.video-container {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.video-title {
  color: #2c3e50;
  font-weight: 700;
}
.video-meta {
  color: #7f8c8d;
}
.video-meta i {
  color: #3498db;
  width: 20px;
}