Isotonic is a food supplement in the form of powder for preparing a drink. It contains complex of vitamins, minerals and ashwagandha root extract. Calcium, biotin, thiamine, riboflavin and vitamin B12 contribute to the maintenance of the proper energy metabolism. Magnesium, niacin, folic acid, pantothenic acid and vitamin B6 help to reduce the feeling of tiredness and fatigue while potassium helps in the proper functioning of the nervous system and muscles
/* 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;
}
}