A zesty, light and crisp Sparkling Dry White made from a blend of fermented loose leaf tea and red grape skin
Aroma Light and fragrant with a delicious hit of lemon meringue
Taste Fresh with flavours of sweet lemons and a dry chocolatey finish
Table Perfect with shellfish, green vegetables and Pan-Asian dishes
/* 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;
}
}