
	.section-hero-media-offset.svelte-l6smxj {
		position: relative;
		width: 100%;
		height: min(50svh, 600px);
		/* margin-bottom: calc(-1 * (var(--s120) + var(--s64))); */
		margin-bottom: -100px;
	}

	@media (max-width: 1000px) {
		.section-hero-media-offset.svelte-l6smxj {
			margin-bottom: -164px;
		}
	}

	@media (max-width: 500px) {
		.section-hero-media-offset.svelte-l6smxj {
			margin-bottom: -152px;
		}
	}

	.media.svelte-l6smxj {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: var(--margin-outer);
	}

	@media (max-width: 1000px) {
		.media.svelte-l6smxj {
			padding: 0;
		}
	}

	.media-inner.svelte-l6smxj {
		position: relative;

		width: 100%;
		height: 100%;

		border-radius: var(--border-radius);
		overflow: hidden;
	}

	@media (max-width: 1000px) {
		.media-inner.svelte-l6smxj {
			border-radius: 0;
		}
	}
