body {
	overflow: hidden;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* stylelint-disableselector-max-id */

#videoContainer .videoHolder {
	position: static;
}

#videoContainer {
	width: 100%;
	height: 100%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* poster and preload before JS is loaded */
#videoContainer > video[ data-player='fillwindow' ] {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
