These sweet and tasty white chocolate raspberries are the perfect snack, dessert or treat for the whole family! If you love sweet treats you'll be bound to fall for these! White chocolate raspberries are made at our own Vaajakoski factory without white sugar or palm oil, and only using renewable solar energy. Therefore they are a better treat for both you and our planet!
/* 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;
}
}