Vivo Life's Collagen Builder is packed with 25g protein peptides and nutrients scientifically proven to support natural collagen formation, skin, hair, nails, bones and joints maintenance, in one delicious shake. Contains natural Vitamin C, plant-based copper, zinc, and biotin.
/* 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;
}
}