100% pure clarified butter from cows that are grass fed to organic standards. Rich in CLA & Vitamins A, D & E. Non GMO. Not bleached, deodorized or hydrogenated. Ghee is free from lactose or casein and is ideal for people moving away from a diet based on dairy. Ghee has a higher smoke point than butter or most vegetable oils and is ideal for frying.
/* 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;
}
}