BioTech USA One-A-Day Professional is a drink powder intended for amateur and top athletes who live an active life and are very consciously planning meals; they pay attention to every detail and are constantly looking for comprehensive and practical nutritional supplements that they can easily include in a sports-oriented, varied and balanced diet. In addition, One-A-Day Professional in the form of a powder with a velvety orange flavor contains 12 types of vitamins, 9 types of minerals and 5 types of plant components, so you can drink it even during the day as a refreshing drink.
/* 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;
}
}