Filled generously with luxury patisserie chocolate ganache or nut-butter, Rhythm 108's new deliciously soft baked cookies deliver a distinctive and original proposition vs the current market offer. These vegan & gluten-free biscuits are the perfect accompaniment to your customers favourite hot drink whether at home or on the go.
/* 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;
}
}