* {

	margin: 0;
  
	padding: 0;
  
  }
  
  .fullscreen-video-container {
  
	position: relative;
  
	height: 100vh; 
  
	width: 100vw;
  
	overflow: hidden;
	
	display: flex;
  
	justify-content: center;
  
	align-items: center;
  
  }
  
  .fullscreen-video-container video {
  
	position: absolute;
  
	width: auto;
  
	height: auto;
  
	min-width: 100%;
  
	min-height: 100%;
  
	top: 50%;
  
	left: 50%;
  
	transform: translate(-50%,-50%);
  
	z-index : -1;
  
  }
  
  .fullscreen-video-content {
	position: fixed;
	top: 0px;
  
	background-color: rgba(255,255,255,0.8);
  
	padding: 10px;
  
	border-radius: 5px;


  
  } 
  
  .fullscreen-video-content h1 {
  
	font-size: 3rem;
  
	font-weight: 700;
  
	margin: 0;
  
	color: #333;
  
  } 

  .fullscreen-video-content2 {
	position: fixed;
	top: 80%;
  
	background-color: rgba(255,255,255,0.3);
  
	padding: 10px;
  
	border-radius: 20px 0px 20px 0px;


  
  } 
  
  .fullscreen-video-content h2 {
  
	font-size: 3rem;
  
	font-weight: 700;
  
	margin: 0;
  
	color: #333;
  
  } 

  .fullscreen-video-content3 {
	position: fixed;
	top: 95%;
	left: 0%;
  
	background-color: rgba(255, 255, 255, 0.3);
  
	padding: 10px;
  
	border-radius: 20px 0px 20px 0px;


  
  } 
  
  .fullscreen-video-content h3 {
  
	font-size: 3rem;
  
	font-weight: 700;
  
	margin: 0;
  
	color: #333;
  
  } 
