Magnesium in the form of high-quality amino acid chelate Albion
Mega dose of 375 mg magnesium per ampoule
Supports functioning of muscles and nervous system
Exceptional absorption
For people with an increased need for magnesium
Suitable for vegans
/* 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;
}
}