.ev-card-img {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	margin: -36px -32px 20px;
	width: calc(100% + 64px);
}
 
.ev-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 
.ev-card-eyebrow {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #AEBDD8;
	margin-bottom: 8px;
}
 
@media (max-width: 700px) {
	.ev-card-img {
		margin: -28px -22px 16px;
		width: calc(100% + 44px);
	}
}