Osteoflex is the optimum formulation for healthy joints and cartilage. It provides a unique combination of high grade Glucosamine and Chondroitin Sulphate with added Vitamin C, Turmeric and Manganese to help maintain supple, flexible joints, strong cartilage and a healthy skeleton. Suitable for men and women of all ages.
/* 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;
}
}