Premium Sodas specifically created to be a refreshing and delicious standalone drink and a unique mixer for premium spirits.
Millennial pink inside and out. It's taking people by surprise, with many a little unsure until their first sip but are singing its praises from then on. Sick of tonic? Then mix it with your favourite gin for a completely different gin experience."
/* 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;
}
}