Multi Pro Plus is Scitec?s most comprehensive multi-vitamin and mineral formula, containing 25 active ingredients. Multi Pro Plus provides a huge variety of vitamins across the spectrum to ensure your body is performing at its best. Key benefits include the reduction of tiredness and fatigue and improvements in both the immune and nervous systems, ideal for athletes with demanding workout routines. Available in convenient packets, it?s easy to ensure you?re getting the recommended daily allowance of key vitamins and minerals. There?s no need to take any other multi-vitamin as Multi Pro Plus has it all.
/* 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;
}
}