Krill Oil contains the beneficial omega-3 fatty acids EPA and DHA, and a good level of the sought after astaxanthin. The EPA and DHA in krill oil are bound to phospholipids, which means they are rapidly and readily uptaken into cell membranes, more efficiently than EPA and DHA on triglyceride carriers, such as in fish oils.
/* 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;
}
}