Strom Sports Nutrition LipidMax is a non-proprietary, fully transparent health drink product designed to support daily micronutrient and antioxidant intake. Formulated using L-Lysine, Vitamin C, Citrus Bergamot, Grapeseed Extract and CoEnzyme Q10. LipidMax has been designed to stack with GlutathioneMax, R&Gmax and SupportMax Joint Powder.
/* 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;
}
}