.metlix-video-frame > video,
.metlix-product-gallery-video > video {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	background: #000;
}

.metlix-video-frame > video {
	position: absolute;
	inset: 0;
}

.metlix-product-gallery-video > video {
	aspect-ratio: 16 / 9;
}
