/**
 * Photography workshops landing page refinements.
 *
 * Kept separate from the global bundle so page-specific layout changes are
 * versioned and enqueued independently.
 */

@media (min-width: 1024px) {
	.workshops-private__grid {
		align-items: stretch;
	}

	.workshops-private__content {
		display: flex;
		padding: clamp(1.75rem, 2vw, 2.5rem);
		margin-right: 0;
		flex-direction: column;
		justify-content: center;
	}

	.workshops-private__content h2 {
		font-size:var(--vv-h2, clamp(1.8rem, 3vw, 2.6rem));
	}

	.workshops-private__media {
		min-height: 0;
		aspect-ratio: 3 / 2;
	}

	.workshops-private__media img {
		object-fit: contain;
		object-position: center;
	}
}
