New & improved formula! Naturtint Hairspray contains natural ingredients such as Baobab Extract and Natural Origin Polymers that provide effective non-tacky hold without build-up and reduce frizz. Lemon Fruit Water, rich in Vitamin C, guards against free radicals from the sun and pollution, whilst Sunflower Seed Extract helps to reduce colour fade. Non-aerosol and free from silicones, parabens, artificial fragrances and colourants.
/* 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;
}
}