Rhythm 108s new filled Swiss chocolate tablets retain the expert patisserie quality of the original Swiss Chocolate tablet but now come in popular flavours to further delight shoppers. With a luxury smooth creamy and indulgent filling these tablets provide a real point of difference vs the competition and will add incremental value to the category.
/* 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;
}
}