.woocommerce-product-gallery,
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery__wrapper {
	position: relative;
}

.luna-vv-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	overflow: hidden;
	pointer-events: none;
	border-radius: inherit;
	background: #000;
}

.luna-vv-overlay video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Admin variation panel preview */
.luna-vv-field .luna-vv-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.luna-vv-field .luna-vv-preview video {
	width: 120px;
	max-height: 90px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #000;
}
