Furocity by Tyson Fury offers Tropical Thunder energy drinks in 500ml cans, containing 157mg of caffeine per serving. These refreshing drinks are infused with a powerful blend of 2000mg taurine, 5mg of B6, 5 g of B12, and 30mg of vitamin C. With zero grams of sugar, these drinks utilize the market-leading sugar reduction technology TasteGEM , which combines an optimized blend of flavour, masking, and mouthfeel ingredients, providing a deliciously tropical taste without the added sugars. Perfect for an energy boost, these drinks are ideal for those seeking enhanced alertness and performance.
/* 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;
}
}