.video-overlay::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: radial-gradient(
		circle,
		rgba(0, 0, 0, 0) 0%,
		rgba(1, 17, 55, 1) 80%
	);
	z-index: 0;
}
.video-overlay {
	max-width: 100% !important;
}
.video-overlay video {
	max-width: 1920px !important;
}
