.rcwg-product-video-section {
	margin: 40px auto;
	text-align: center;
}

.rcwg-product-video-heading {
	margin-bottom: 20px;
}

.rcwg-product-video-short {
	width: min(100%, var(--rcwg-product-video-width, 380px));
	aspect-ratio: 9 / 16;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
}
.rcwg-product-video-full{
	width: 100%;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
}
.dimension-square{
	aspect-ratio: 1!important;
}
.dimension-youtube{
	aspect-ratio: 9 / 16!important;
}

.rcwg-product-video-short iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
