Focus your body and your mind with BLOCKHEAD Energy Gum. Each piece delivers an espresso's worth of caffeine that will get you going in just 5 minutes, without any sugar or calories. Boom. FAST-ACTING CAFFEINE: A natural stimulant found in coffee, tea and chocolate, caffeine delivered into your system quickly through your gums. PANAX GINSENG: Believed to boost physical and mental well-being while supporting the body?s natural defences. B-VITAMINS: Help you fight fatigue with energy yielding cell-metabolism regulation.
/* 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;
}
}