.laruba-product-video {
	margin-top: 16px;
	width: 100%;
}

.laruba-product-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111;
	overflow: hidden;
}

.laruba-product-video__player {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #111;
}

.laruba-product-video--portrait .laruba-product-video__frame {
	aspect-ratio: auto;
	background: transparent;
	overflow: visible;
}

.laruba-product-video--portrait .laruba-product-video__player {
	width: 100%;
	height: auto;
	object-fit: initial;
	background: transparent;
}

@media (max-width: 991px) {
	.laruba-product-video {
		margin-top: 12px;
	}
}
