.video-section iframe {
	max-width: unset !important;
}

@media(max-width:767px) {	
	.video-section {
		min-height: calc(100vh - 200px) !important;
		height:  calc(100vh - 200px) !important;
	}
	
	.video-section iframe {
		min-height: calc(100vh - 200px) !important;
		height:  calc(100vh - 200px) !important;
		margin-top: 0 !important;
	}
}