.exercise-card__figure {
	position: relative;
	width: 100%;
	height: clamp(150px, 18vw, 210px);
	margin: 18px 0 0;
	overflow: hidden;
	background: #080808;
}

.exercise-card__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.exercise-card--illustrated h4 {
	margin-top: 28px;
}

@media (max-width: 480px) {
	.exercise-card__figure {
		margin-top: 14px;
	}
}
