A lower stim, nootropic (focus) based pre workout. It s all about the mind/muscle connection with deep focus and exceptional pump to really feel every muscular contraction. Smooth energy from slow release caffeine keeps you locked in to the task at hand. Nexus is highly versatile and perfectly balanced so you won't experience any of the downsides typically associated with pre workout. No jitters, no crash, no itching.
/* 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;
}
}