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; }
  
img{
	position: absolute; 
	top: 100px; 
	left: 80px;
	}
	
hr{
	position: absolute;
}

hr:first-of-type{
	top: 170px; 
	left: 153px;
}

hr:nth-of-type(2){
	top: 650px; 
	left: 153px;
}
