Summit DHA offers a highly concentrated serving of 2140 mg of DHA in every spoonful. DHA is an important Omega-3 fatty acid needed throughout the body but concentrated in our brain and eyes. Since it's difficult to produce enough DHA, consuming DHA directly is best.
/* 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;
}
}