Crazy Jack Brazil Nuts grow wild in the Amazonian rain forests of South America. Brazil nuts taste sweet and rich and can be eaten whole as a snack. 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;
}
}