.video-block {
	height: 100vh;
	position: relative;
}

.js-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.video-block .container {
	position: relative;
	z-index: 2;
}