Maximum Krea-Genic Capsules: Food supplement. For athletes. Capsules to swallow with Creatine Monohydrate. The 3g Creatine per serving increase physical performance in successive bursts of short-term, high intensity exercise. This product is determined only for adults, who perform high intensity exercise.
/* 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;
}
}