Trikatu contains the fruits of black pepper, Indian long pepper and ginger. It boosts the digestion, improves assimilation of nutrients and balances appetite. Trikatu helps to improve metabolism, and therefore may assist with weight loss. It has also traditionally been used for lung and nasal problems, and may help maintain a healthy respiratory system.
/* 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;
}
}