Zinc is a component of 300 enzymes and proteins in the body and is involved in cell division, fertility, vision, growth and repair and protein synthesis. Studies also suggest it has an antioxidant role and therefore it may help to maintain a healthy immune system. <p>
As good sources of zinc are generally in animal foods, such as organ meats and seafood, many people may need to take a zinc supplement to safeguard against low intakes.
/* 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;
}
}