.video-container {
  max-width: 450px; /* Limits the player width */
  margin-top: 10%; /* Centers the player on the page */

}

video {
  width: 150%;      /* Makes the video responsive */
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}