.videoIframeHeight {
	height: 70vh;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.videoIframeHeight {
		height: 50vh;
	}
}
