html {
  height: 100%; }

video#bgvid {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover; }
  
.cloudsvid{
	width: 640px;
	height: 480px; 
	position:absolute; 
	top:25%; left:35%;
	z-index: 20;
}
