Explosive energy, heightened focus and an overwhelming urge to tackle any challenge...that’s the C4 experience. Millions of people-ranging from beginners all the way up to the elite competitors, have relied on C4 pre-workout to help them turn their ambitions into achievements. Whether you’re just starting a fitness journey or you’re striving to reach that next level, C4 Original will help you unlock your full potential.
/* 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;
}
}