� REDUCTION IN TIREDNESS & FATIGUE � HIGHLY BIOAVAILABLE 90 Capsules | 90 Servings Veggie Capsules Vitality Range Applied Nutrition�s Vitamin B12 delivers a high dose, highly bioavailable Vitamin B12, ready to support a fast-paced lifestyle by reducing tiredness and fatigue, while supporting a healthy metabolism and immune function.
/* 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;
}
}