
.vimeo-wc__big-video {
	width: 80%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5% auto;
}

.vimeo-wc__big-video iframe {
	width: 100%;
	max-height: 100% !important;
}

.vimeo-wc-video {
	display: block;
}

.woocommerce-product-details__short-description .vimeo-wc-video>div {
	width: 100%;
}

.vimeo-wc-video iframe {
	width: 100%;
	height: auto;
	max-height: 100% !important;
	aspect-ratio: 16/9;
}

@media (hover: none) {
	.woocommerce-product-gallery .vimeo-wc-video iframe {
		pointer-events: none;
	}
	
	.woocommerce-product-gallery .vimeo-wc-video iframe.playing {
		pointer-events: auto;
	}
}
