.text {
	position: absolute;
	top: 60%;
	left: 5%;
	font-size: 35px;
	color: yellow;
	font-family: 'Times New Roman', Times, serif;
}




.textbody {
	position: absolute;
	top: 65%;
	left: 5%;
	font-size: 25px;
	color: gold;
	align-content: left;
	text-align: left;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.floatleft{
	z-index: 2;
	float: left;
}




 /* Container holding the image and the text */
 .container {
	position: relative;
	text-align: center;
	color: white;
  }
  
  /* Bottom left text */
  .bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
  }
  
  /* Top left text */
  .top-left {
	position: absolute;
	top: 8px;
	left: 16px;
  }
  
  /* Top right text */
  .top-right {
	position: absolute;
	top: 8px;
	right: 16px;
  }
  
  /* Bottom right text */
  .bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
  }
  
  /* Centered text */
  .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  } 




.background-color{
	background-color: #000000;

}



video {
		display: block;
		margin: 0 auto;
	} 


	
	

@media (min-width: 1281px) {
	.text{font-size: 35px;}
	.textbody {font-size: 25px;}
	}


@media (min-width: 1025px) and (max-width: 1280px) {
	.text{font-size: 35px;}
	.textbody {font-size: 25px;}
	}


@media (min-width: 768px) and (max-width: 1024px) {
	.text{font-size: 30px;}
	.textbody {font-size: 20px;}
	}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.text{font-size: 25px;}
	.textbody {font-size: 15px;}
}





@media (min-width: 481px) and (max-width: 767px) {
	.text{font-size: 20px;}
	.textbody{font-size: 10px;}
}




@media (min-width: 320px) and (max-width: 480px) {
	.text{font-size: 15px;}
	.textbody{font-size: 10px;}
}
