Alpenkraft candies are a convenient way to benefit from pure honey, malt extracts and a carefully selected combination of soothing herbs containing essential oils. Their delicious flavour makes them a firm favourite with speakers, singers, sportspersons and anyone who maybe affected by irritating atmospheric pollutants such as cigarette smoke dust or industrial fumes. Suitable for vegetarians.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}