/* styling for locally hosted videos */
video {
  width: 90vw;
  height: 90vh;
  object-fit: contain;
  background-color: black; /* Fills the letterbox area */
}