"Optima Musselflex Gel contains essential elements from the sea, which supply important minerals. Our massage gel contains a deeply relaxing blend of menthol, a source of glucosamine plus green lipped mussel and essential oils to help soothe and unwind.
Optima Musselflex Gel smells pleasantly fresh, is non-greasy and absorbs immediately to help replenish and maintain condition."
/* 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;
}
}