Cocofina's Organic Coconut MCT Oil is produced without the use of chemicals and is 60% C8 and 40% C10. The oil is extracted from the coconut and packed in a green glass bottle to stop light from damaging the MCT oil. The combination of C8 & C10 Medium Chain Triglycerides makes it easy to digest. C10 in addition provides anti microbial properties Perfect for keto diets, it is also a great addition for bullet proof coffee, salad dressings and protein shakes.
/* 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;
}
}