/* CSS */
#trending-headlines {
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; /* Adjust as needed */
}

.video-container video {
  width: 100%;
  height: auto;
}
