* {
  box-sizing: border-box;
}

/* Style the video: 100% width and height to cover the entire window */

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

/* Control Video Page Content */

.content {
  position: relative;
  bottom: 0;
  width: 100%;
}
