APOKRA's Maximum Support, 21 nutrient, Omega 3 DHA EPA Multivitamin Breastfeeding Vitamins for Women utilises a unique and unrivalled formulation technology. We are the first ALL-IN-1 omega 3 DHA/EPA, high calcium & multivitamin tablet to launch to market. This tablet technology has been specifically designed for post-natal nutritional support and convenience. It means one less fish oil capsule to take!
/* 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;
}
}