Premium Sodas specifically created to be a refreshing and delicious standalone drink and a unique mixer for premium spirits.
A beautiful Japanese citrus fruit that is like a flatshare between a grapefruit, tangerine and a lemon - this stuff is ridiculous (much like citrus fruit living together). A refreshing mixer for vodka or try it with tequila for something completely new."
/* 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;
}
}