.flvw-card {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 537px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.flvw-media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flvw-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.flvw-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
}

.flvw-overlay img {
	display: block;
	max-width: min(70%, 585px);
	height: auto;
}
