.video-player__content--video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: opacity 0.3s ease;
}

.video-player__content--video.is-playing {
	opacity: 1;
	z-index: 2;
}
