Biona Organic Mild & Odourless Coconut Oil Cuisine offers all the benefits of cooking with coconut oil with none of the taste! The perfect solution for roasting, baking and high-temperature frying. This odour-free oil is made by lightly steaming organic coconut oil to remove its distinctive flavour and aroma.
/* 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;
}
}