These Omega 3 Softgels are the next generation Omega 3 essential fatty acids. Sustainably harvested in the pristine Norwegian waters, our herring caviar oil provides the highest quality MOPL, a rich source of Omega 3's DHA and EPA as Phospholipids and choline.
/* 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;
}
}