Hair Volume is an apple gummy in combination with millet, horsetail, biotin and zinc. The gummies supply nutrients to the scalp and hair follicles (the hair's root) where the hair is formed. The content of biotin and zinc helps maintain normal hair and normal skin. Zinc also helps to maintain normal nails.
/* 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;
}
}