Vegums Gut Health gummies combine the nutritional benefits of fruits with potent probiotics. There is no added sugar or artificial sweeteners, no preservatives or additives - just pure, wholesome ingredients with the perfect amount of friendly bacteria to support good gut health. Each gummy is packed with 1 billion live cultures. These vegan gummies taste delicious and suitable for the whole family. Staying true to Vegums values, they are also sustainably packaged in resealable and home compostable pouches.
/* 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;
}
}