Hair Saviour is an advanced formula of clinically proven ingredients, including AnaGain, to fuel healthy hair growth and strong, smooth, lustrous hair. A practitioner-grade formula driven by science and developed by experts, Hair Saviour is nutrient-rich to combat hair thinning, dull, dry and brittle hair, and fuelling naturally strong, healthy hair.
/* 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;
}
}