It's easier than ever to get your fruits and veggies in! GHOST GREENS combines 19 individually sourced Greens and Reds with a full 100mg dose of Spectra , Prebiotics, 10 billion CFUs Probiotic and the super-premium BioCore Optimum Complete Digestive Enzymes...plus, we've partnered with the legends at ONE TREE PLANTED to plant a tree for every unit sold. 1 Tub = 1 Tree!
/* 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;
}
}
/* 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;
}
}