"Instant cereal drink enriched with magnesium.
With its deliciously mild coffee taste, Barleycup is a drink to enjoy everyday! Made from roasted barley, rye and chicory, Barleycup naturally contains no caffeine and is a source of fibre.
This beverage is enriched with magnesium. Magnesium contributes to a reduction of tiredness and fatigue, to normal muscle function and to the maintenance of normal bones and normal teeth.
This product should only be used as part of a varied diet. Balanced meals and a healthy lifestyle are important for human body to function correctly."
/* 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;
}
}