Tribusteron 90 - food supplement in capsules, containing Tribulus terrestris extract.The product contains powdered aqueous extract of puncturevine (Tribulus terrestris L.). Tribulus terrestris helps maintain body, muscle tone and energy levels. Moreover, it helps maintain the health of the respiratory system, supports resistance to pain as well as it promotes sexual desire and sexual capacity.The product is designed for physically active people and sportsmen seeking to improve the physical and sexual efficiency, and to the overall strengthening of the body.
/* 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;
}
}