﻿.VideoAndText {
	position: relative;
} 

.VideoAndText .col {	
	position: absolute; 
	z-index: 1; 
	top: 100px; 
	left: 0;
}

h1.heavy {
  	margin: 0px;
  	font-size: 4.5vw;
  	font-weight: 700;
  	color: #fff;
  	font-family: "Poppins", sans-serif;
	text-shadow: 0 1px 0 black;
}

h2.heavy {
	color: rgba(255, 255, 255, 0.9);
  	margin: 10px 0 0 0;
  	font-size: 4vw;
	text-shadow: 0 1px 0 black;  	
}

h3.heavy {
	color: rgba(255, 255, 255, 0.9);
  	margin: 10px 0 0 0;
  	font-size: 3vw;
	text-shadow: 0 1px 0 black;  	
}

.a {
	position:fixed;
	height::auto;
}

@media (max-width: 992px) {
	#drone {
	   	width:  25%;
  	}
}

@media (max-width: 688px) {
	#drone {
	   	width:  25%;
  	}
}

@media (max-width: 450px) {
	#drone {
	   	width:  25%;
		margin-top: -100px;	   	
  	}
	.VideoAndText {	
		margin-top: 69px;
	}
	div#boxx {
		margin-top: -200px;
	}
}
