Graviola (Annona muricata), also known as Soursop, is a small evergreen tree with large, dark green, glossy leaves that is native to the Amazon Rainforest and other tropical areas of the Americas. Rio Amazon Graviola teabags contain Graviola leaf and stem in unbleached teabags. The taste is light and herbaceous.
/* 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;
}
}