Made with just Sri Lankan coconuts, rice, water and sea salt this creamy dairy-free alternative is made without additives or stabilisers for a pure, refreshing taste and texture. What's more, it's just won a coveted Great Taste Award star for it's flavour and versatility. Unsweetened. Gluten free, and dairy free. 100% Organic.
/* 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;
}
}