Catherine created O'bar as it was yet another classic missing from in the vegan/dairy free market. Some say it tastes better than the original! O'bar puts the 'O' in Originals. Bite into our vegan milk chocolates o's and be blown away with a crunchy almond and succulent h*ney filling (+ our secret ingredient).
/* 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;
}
}