� SUPPORTS METABOLISM � SUPPORTS IMMUNE SYSTEM � HIGHLY BIOAVAILABLE 90 Capsules | 90 Servings Veggie Capsules Vitality Range 90 Tablets | 90g | 90 Servings An extra high potency Vitamin B-Complex made up of several vitamins that work well together to support nervous system health and promote energy metabolism.
/* 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;
}
}