header  {
	
}

#background-video {
	position: absolute;
}


.videoclass {
	height: 100vh;
	width: 100vw;
	
	display: flex; 
	flex-direction: column; 
	
	overflow: hidden; 
	
	position: absolute;
	top: 0;
	left: 0;

	
	height: 100vh;
	width: 100vw;
	
	object-fit: cover;
	
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%);
}
