.video-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
    margin: 0 auto;
}

#videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feed-item {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ccc;
}
