@charset "UTF-8";
/*body{height:100%;
   width:100%;
   background-image:url("images/beach_bkgd.jpg");/*your background image*/  
   /*background-repeat:no-repeat;/*we want to have one single image not a repeated one*/  
   /*background-attachment: fixed;
	background-position: center center;
	background-size:  cover;
}*/

#myVideo {
position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	width: 1980px;
	height: auto;
	z-index: -100;
}

