Altrient's patented liposomal encapsulation technology (LET) wraps magnesium in microscopic phospholipid spheres helping protect magnesium during digestion. Altrient Magnesium contains Magtein, a patented form of magnesium L-threonate with superior credentials as the only form to enter the brain.
/* 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;
}
}