img {
	object-fit: contain;
}
.paragraph--type--kinder-hub img,
.paragraph--type--kinder-product-image.has-background .field--name-kinder-product-logo img {
	aspect-ratio: auto !important;
}
.paragraph--type--content-teaser.content-teaser:not(.content-teaser-simplified) .swiper-wrapper .swiper-slide {
		height: auto !important;
	}
@media (max-width: 899px) {
		.paragraph--type--content-teaser.content-teaser:not(.content-teaser-simplified) .swiper-wrapper .swiper-slide .teaser-wrapper .image-wrapper img {
		max-height: 215px;
	}
}
	@media (min-width: 900px) {
	.paragraph--type--content-teaser.content-teaser:not(.content-teaser-simplified) .swiper-wrapper .swiper-slide .teaser-wrapper .image-wrapper img {
		max-height: 300px;
	}
}