Lecithin is an emulsifier that allows fat and water to mix. KIKI's Lecithin is derived 100% from soybeans that have
NOT been genetically engineered or modified.
Lecithin can be used as a thickening agent and emulsifier, allow 10 minutes or more for full thickness to take effect. Add to other products that do not already contain lecithin such as KIKI's Natures Living Superfood.
/* 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;
}
}