We live in an overstimulated age where it's not easy to be present in the moment. We bring the benefits of CBD to the world through out first class sparkling fruit & botanical drinks. Pomegranate & Ginger contains 35 calories, less than 4% sugar, is all natural and vegan.
/* 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;
}
}