KIKI's Organic Psyllium Husks is derived 100% from seeds from the Plantago Ovata plant in India. It has not been genetically engineered, modified or chemically treated. Psyllium contains a high level of soluble dietary fiber, it is the chief ingredient in many commonly used bulk laxatives and is often regarded as a colon cleanser.
/* 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;
}
}