The rich, sweet flavour of Hazelnut Drink comes from roasted Italian tondo gentile hazelnuts, the best in the world. Its silky texture comes from a little rice that we blend into the mountain spring water. It's a close as you can get to perfect hazelnuts in liquid form.
/* 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;
}
}