/* Harmony - Video en Galería (Elessi) */

/* Oculta el ícono flotante de play sobre la foto principal */
.product-video-popup.hvg-hidden-original {
	display: none !important;
}

/* La miniatura de video hereda el tamaño de las demás miniaturas del carrusel */
.nasa-wrap-item-thumb.hvg-video-thumb {
	position: relative;
}

.hvg-video-thumb-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.hvg-video-thumb-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 1;
}

.hvg-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 2;
}
