Biona Organic Coconut Milk - Light is a reduced fat version of this popular cooking ingredient with just 9% fat. Made from certified organic coconuts, this coconut milk can be used in Indian and Thai cuisine to give dishes a rich, sweet and silky finish, but with less fat than traditional coconut milk.
/* 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;
}
}