Premium Sodas specifically created to be a refreshing and delicious standalone drink and a unique mixer for premium spirits.
Crisp cucumber enhanced with the perfect balance of grape and lemon juice. It's a delicious mixer with gin or for something different try it with tequila or mezcal with a squeeze of fresh lime and a pinch of rock salt."
/* 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;
}
}