body{
	margin: 0;
	padding: 0;
	color: white;
	overflow-x: hidden;
	font-family: 'Tajawal',sans-serif;
}
.video-container iframe{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100vw;
	min-height: 100vh;
	height: 100vh;
}
.video-container{
	z-index: 1;
}
.text-content{
	position: absolute;
	z-index: 2;
	bottom: 15px;
	padding: 10px;
	text-align: justify;
}
.text-content p{
	font-size: 11px;
}

@media only screen and (min-width:768px){
	.video-container iframe{
		width: 100vw;
		height: auto;
		right: 0;
	}
	
	.text-content{
		top: 30px;
		left: 30px;
		width: 30%;
	}
	
	.text-content h2 span{
		background-color: black;
	}
	
	.text-content p{
		font-size: 15px;
	}
	
	.text-content p span{
		background-color: black;
	}
}