@charset "UTF-8";
/* CSS Document */
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 100%;
  height:auto;
} 
