.home-work-grid .figure-classic,
.home-work-grid .tilter {
	height: 100%;
}

.home-work-grid .figure-classic img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.home-work-actions {
	margin-top: 6px;
}

@media (min-width: 1200px) {
	.home-work-section--single-row .section-fullpage-inner {
		transform: translateY(-3vh);
	}

	.home-work-grid--single-row .home-work-image {
		height: clamp(320px, 34vh, 380px);
	}

	.home-work-grid--single-row + .home-work-actions {
		margin-top: 18px;
	}
}

@media (min-width: 1600px) {
	.home-work-section--single-row .section-fullpage-inner {
		transform: translateY(-2vh);
	}
}

@media (min-width: 1200px) and (max-height: 820px) {
	.home-work-section--single-row .section-fullpage-inner {
		transform: translateY(-1.5vh);
	}

	.home-work-grid--single-row .home-work-image {
		height: clamp(292px, 30vh, 330px);
	}
}
