The mix of lime and mint takes your taste buds on a wild ride with a flavour as irresistible as the original. Get ready for more fXcking power with every sip to keep you at the top of your game. Take the night by storm and own it with the zesty kick of Mojito.
/* 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;
}
}