You'll be hard pressed to find another drink that is as full of so much fresh,
organic ginger as this one. It's got a superb, fiery kick that is guaranteed
to tickle your taste buds.
Made to an old-fashioned recipe handmade on the farm.
No preservatives, flavours or anything artificial.
Dilute up to 1:10 to make 6 pints.
/* 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;
}
}