Dragon Superfoods Hazelnut Flour is made from organic hazelnuts through a gentle oil extraction process. It is naturally gluten-free and is a rich source of plant protein, as well as fibers and minerals (magnesium, calcium, zinc and phosphorus). Hazelnut flour contains vitamin E and folic acid. Its tempting aroma makes it an ideal addition to desserts, cereal or smoothies
/* 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;
}
}