.woocommerce-product-gallery .wpgv-product-gallery-video {
	position: relative;
	overflow: hidden;
	background: #f6f7f7;
}

.woocommerce-product-gallery .wpgv-product-gallery-video__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f6f7f7;
	filter: blur(18px);
	object-fit: cover;
	opacity: 0.72;
	pointer-events: none;
	transform: scale(1.08);
}

.woocommerce-product-gallery .wpgv-product-gallery-video__media {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: transparent;
	object-fit: contain;
}

.woocommerce-product-gallery .flex-control-thumbs img[src$=".svg"] {
	background: #f0f0f1;
	object-fit: contain;
}
