Dimethylaminoethanol
Supports Neurotransmitter Production
DMAE (Dimethylaminoethanol) is a natural amino alcohol that is found in minute quantities in the brain. It is generally regarded as a precursor to the essential nutrient choline, which is needed for the brain to produce acetylcholine, a neurotransmitter involved in nerve signal transmission and healthy brain 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;
}
}