.rp-hero-video-wrap {
	position: relative;
}

.rp-hero-video-el {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	display: none;
}

.rp-hero-video-wrap.rp-video-active .rp-hero-video-el {
	display: block;
}

/* Hide the "Play Video" trigger itself once the video is playing */
.rp-hero-video-wrap.rp-video-active .rp-hero-play-btn {
	display: none;
}
