.video-card img,
.video-card video {
  width: 290px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 16/9;
}

