.afmo-hero {
	background: url(../../img/assortment-hero-desktop.webp) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.afmo-hero {
		background-image: url(../../img/assortment-hero-tablet.webp);
	}
}

@media screen and (max-width: 767px) {
	.afmo-hero {
		background-image: url(../../img/assortment-hero-mobile.webp);
	}
}

@media screen and (min-width: 992px) {
	.afmo-hero h1 {
		font-size: 80px;
	}
	
	.hero-glass {
		min-width: 760px;
	}
}

.afmo-blob--blue {
	top: 0;
	bottom: unset;
}

.afmo-var-3 .afmo-var-3__media {
	--ai-label-right: max(
		var(--ai-label-inset),
		calc(100% - 40vw + var(--ai-label-inset))
	);
	top: 0;
	left: 60%;
}

.cta-fragen {
    background: url(../../img/home-cta-questions-1600.webp) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 767px) {
	.afmo-var-3 .afmo-var-3__media {
		--ai-label-right: var(--ai-label-inset);
		left: auto;
	}

	.cta-fragen {
		background-image: url(../../img/home-cta-questions-1000.webp);
		background-attachment: scroll;
	}
}

.philo-card__media .philo-card__image--product {
	background: transparent;
	object-fit: contain;
	padding: 1rem;
}

.philo-card-left-top .philo-card__media {
	transform: none !important;
}
