Crazy Jack partially rehydrated ready to eat organic dried apricots. We don't use sulphur dioxide to preserve them which means when they are dried in the hot Turkish sun, they turn a beautiful dark brown colour and retain their delicious intense flavour. A source of potassium, one portion of 30g dried apricots is only 47 calories.
/* 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;
}
}