Optima's Glucosamine Joint Complex Gel with added Aloe Vera, Devil's Claw, MSM, Menthol and Essential Oils aims to help maintain joint mobility and flexibility. The gel contains Glucosamine Sulphate, a naturally occurring substance, found in cartilage and connective tissue. Glucosamine Joint Complex Gel is formulated to maximise the properties of each individual ingredient, allowing them to work in synergy.
/* 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;
}
}