Marvellous mint, all sweetness and soothing. Three of the finest are here, blended to create an inspired ocean of cool for you to dive into. Each one a different dimension that creates a cup of exquisite organic mintiness. Drink liberally before, during and after meals.
/* 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;
}
}