Meet PEACH GINGER - for guilt-free good times. A deliciously refreshing, lightly sparkling drink infused with 15 MG CBD. Powered by natural adaptogens for authentic functionality in a vegan, gluten-free formula. No added sugar and no compromises - made in the UK in 100% recyclable cans. We'll drink to that!
/* 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;
}
}