Central Nervous System by Out Angled, is the primary Pre-Workout that s designed to help elevate your performance to new heights. Crafted with a powerful blend of scientifically backed ingredients, CNS will help your body and mind for intense workouts.
/* 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;
}
}