An outrageous blend of fresh Scotch
Bonnet, Kesar Mango & fragrant Gujarati
Spices. Half the Scotch Bonnet fire, added
Turmeric, Lime & Ginger Kicker for that
immunity boost.
An Indian step into the world of Scotch
Bonnet. Add to anything you eat...
...to develop an addiction to the heat.
Fruity Flavoursome Fire.
/* 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;
}
}