Prairie Naturals Trib Force is a blend of 2 powerful adaptogenic botanical extracts, Bulgarian Tribulus and Panax Ginseng. Tribulus terrestris is best known for its ability to promote a healthy libido and increase male energy. Tribulus has a strong anti-stress effect, which in turn helps prevent the over conversion of testosterone into estrogen. Stress and inflammation are the two biggest causes of erectile dysfunction, low testosterone and low energy in men.
/* 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;
}
}