Levagen® is a trademarked name for a supplement ingredient called palmitoylethanolamide (PEA). Palmitoylethanolamide is a fatty acid amide naturally produced in the body and found in various food sources, such as eggs, soybeans, and peanuts. It is believed to interact with certain receptors in the body's endocannabinoid system.
/* 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;
}
}