@charset "utf-8";
/* CSS Document */


#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
  margin-top:0;
width: 100%;
  z-index: -100;
  
}

#bgvid { margin-top:0;
  width: 100%;
	display:none
}

.test {
	
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;	
}

@media only screen and (min-width: 481px) {
	#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
  margin-top:0;
width: 100%;
  z-index: -100;
  
}

#bgvid { margin-top:0;
  width: 100%;
	display:block
}
	
}

@media only screen and (min-width: 769px) {
	
	#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  top: 0;
  margin-top:0;
width: 100%;
  z-index: -100;
  
}

#bgvid { margin-top:0;
  width: 100%;
	display:block
}
	
}