.video-item {
  display: flex;
  margin-bottom: 20px;
}

.video-item img {
  width: 120px;
  height: 90px;
  margin-right: 20px;
}

.video-details {
  flex: 1;
}