.vc-hero {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vc-hero__video {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	line-height: 0;
}

.vc-hero__video video,
.vc-hero__placeholder {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
}

.vc-hero__placeholder {
	border-radius: 12px;
}

.vc-hero__subtext {
	margin: 0;
	white-space: pre-line;
}
