.bf-image-card {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.bf-image-picture,
.bf-image {
	display: block;
	width: 100%;
	height: 100%;
}

.bf-image {
	object-fit: cover;
	object-position: center center;
}

.bf-image-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.35);
}
