.video-area {
	text-align: center;
}

.video-logo img {
	height: 75px;
	margin: 25px 0; 
}

.video-box {
	margin-bottom: 50px;
}

.video-box iframe {
	width: 100%;
	height: 450px;
}

.video-box h2 {
	margin-bottom: 15px;
}

@media all and (max-width: 990px){

	.video-box iframe { 
		height: 400px;
	}


}

@media all and (max-width: 767px){

	.video-box iframe { 
		height: 305px;
	}


}

@media all and (max-width: 575px){

	.video-box iframe { 
		height: 210px;
	}
	.video-logo img {
		height: 50px; 
	}


}

@media all and (max-width: 450px){

	.video-box iframe { 
		height: 180px;
	}


}