Boost your muscle pump and support your physical performance even without caffeine. Thanks to the contained ingredients, this pre-workout focuses on optimal physical and mental performance, support of cognitive functions, and vitality. PUMP is for everyone who don't look for excuses and who are ready to work hard.
/* 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;
}
}