/* Elementor HLS Background Video — frontend */

.ehls-widget-wrap {
	display: none;
}

/* Background mode video */
.ehls-bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

/* Overlay */
.ehls-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

/* Inline mode wrapper */
.ehls-inline-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}

.ehls-inline-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
