Brite is a natural focus and energy drink for mental performance.
Powered by nature, 0g added sugar, no sweeteners.
We use natural ingredients to create a new kind of nootropic focus and energy drink. No energy jitters, no crashes, no downsides of caffeine.
Powered by nature: natural caffeine from green coffee beans, green tea extract, ceremonial matcha tea, guarana extract, natural fruit juice. No compromises.
/* 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;
}
}