/* stylelint-disable */
.c-slide-video {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.c-slide-video__video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-black);
}

.c-slide-video__video {
	min-width: 100%;
	min-height: 100%;
}

/*# sourceMappingURL=slide-video.css.map */