.woocommerce-product-gallery__image.lblp-product-gallery-video {
	align-items: center;
	background: #111;
	display: flex !important;
	justify-content: center;
	min-height: 360px;
	position: relative;
}

.lblp-product-gallery-video__player,
.lblp-product-gallery-video__iframe {
	aspect-ratio: 1 / 1;
	background: #111;
	border: 0;
	display: block;
	height: auto;
	max-height: 720px;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.lblp-product-gallery-video::before {
	align-items: center;
	background: rgba(0, 0, 0, 0.68);
	border: 2px solid rgba(255, 255, 255, 0.84);
	border-radius: 999px;
	color: #fff;
	content: "▶";
	display: flex;
	font-size: 28px;
	height: 64px;
	justify-content: center;
	left: 50%;
	line-height: 1;
	padding-left: 4px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 160ms ease;
	width: 64px;
	z-index: 2;
}

.lblp-product-gallery-video.is-playing::before,
.lblp-product-gallery-video:focus-within::before,
.lblp-product-gallery-video:hover::before {
	opacity: 0;
}

@media (max-width: 544px) {
	.woocommerce-product-gallery__image.lblp-product-gallery-video {
		min-height: 260px;
	}
}
