Container Size: 90 CapsulesServing Size: 1 CapsuleServings Per Container: 90Amount Per Serving:Container Size: 90 CapsulesServing Size: 1 CapsuleServings Per Container: 90Amount Per Serving:Krill Oil: 500MG-Phospholipids: 220mg-Omega-3 Fatty Acids: 110MG-Eicosapentaenoic Acid (EPA): 60mg-Docosahexaenoic Acid (DHA): 27.5MG-Total Omega-6 Fatty Acids: 10MG-Astaxanthin: 40µgIngredients:In a soft Gelatin Capsule: Krill Oil extracted from sustainably sourced Antarctic Krill (Euphausia superba). Softgel composition (Bovine Gelatin, Sorbitol, Glycerol, Water and Vanilla flavour).Allergens: Contains shellfish and products thereof.Not suitable for vegetarians.WARNING: If you are allergic to shellfish, have a blood coagulation disorder, or are taking anticoagulants such as Warfarin, consult a health care professional prior to use.
/* 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;
}
}