Resveratrol is a naturally occurring nutrient found mostly in dark berries and grapes; and is proven to have powerful
antioxidant and anti-inflammatory activity. It provides many health benefits; including providing support through the ageing process, balancing blood sugar levels and helping to
maintain a healthy heart and immune system. HealthAid combines the benefits of two high quality extracts
from Giant Knotweed and Grape, which are rich in polyphenols; and provide a trans-form of resveratrol which provides
superior biological activity
/* 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;
}
}