scrolled-video {
	display: block;
}

.scrolled-video__sticky {
	position: sticky;
	top: var(--header-height, 0);
	left: 0;
	width: 100%;
}

.scrolled-video__inner {
	position: relative;
	width: 100%;
	height: calc(100vh - var(--header-height));
}

.scrolled-video__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}