Joint Collagen is a top quality product made of hydrolyzed collagen with a delicious citrus flavour. Its ingredients have been selected very carefully to protect and support the recovery of joints. This product is for active and sports people.
Joint Collagen is not a conventional collagen. The formula has been reinforced with the best functional ingredients, which are used to take care of our joints and protect them.
/* 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;
}
}