A carefully formulated supplement for women 70 and over, scientifically developed to support overall health & vitality, along with areas of health particularly relevant to those in the later stages of life, such as heart, brain, vision, immune and energy. From the UK's No.1 women's supplement brand.
/* 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;
}
}