Feed your heart and muscles every day with Swanson Potassium! Essential for proper energy utilization, potassium is a vital electrolyte mineral needed by all of the muscles in the body, including the most important muscle of all, the heart. Our convenient capsules have 99 mg of elemental potassium.
/* 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;
}
}