Kickstart your training sessions with Ignition Switch, our stimulant-based pre-workout! Ignition Switch was designed to support pumps, performance, muscular endurance, energy, and focus. Every serving contains 4 grams of L-Citrulline, 3.2 grams of Beta-Alanine, 2.5 grams of Betaine Anhydrous, 200 milligrams of fast-acting caffeine, Choline Bitartrate, Taurine and L-Tyrosine. Not to mention, Ignition Switch comes in two authentic flavor collaborations you can't get anywhere else: Slush PUPPiE Cherry and Slush PUPPiE Blue Raspberry!
/* 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;
}
}