Crazy Jack Organic dried sweetened cranberries are a sweet alternative to rasins. Low in fat, with no added flavour or preservatives these succulent cranberries provide an exciting and intruiging addition to a variety of recipes plus they also make a satisfying snack.<br><br>Jack was called crazy when he spoke out against the widespread use of chemicals in agriculture, but now many people are appreciating the benefits that organic food brings.
/* 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;
}
}