From the Maple Forests in Quebec Canada (where the finest Maple Syrup is produced) comes St Lawrence Gold 100% Pure Organic Maple Syrup. Perfect on Pancakes & Waffles or as a natural alternative to Sugar. Contains natural minerals - calcium, vitamin B, Zinc, Potassium and Magnesium. Antioxidant and anti-inflammatory.
/* 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;
}
}