.hero__video {
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

@media (max-width: 991px) {
	.hero__video {
		height: 90vw;
		max-height: 430px;
		position: relative;
	}
}
