body {
	margin: 0;
	padding: 0;
}

.youtube-container {
	height: 100vh;
	background-color: #000;
	position: relative;
}

.youtube-container iFrame {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 576px) {

	.youtube-container {
		height: 36vh;
		background-color: #000;
		position: relative;
	}
}
