.bx-product-video-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #000;
}

.bx-product-video,
.bx-product-video-embed,
.bx-product-video-embed iframe {
	width: 100%;
	height: 100%;
	max-width: 100%;
	border: 0;
}

.bx-product-video { object-fit: contain; }
.bx-product-video-embed { position: relative; }

