Bay's Kitchen condiments are all Low FODMAP (IBS Friendly), Gluten-Free, Dairy Free and Vegan! A rich and smokey Barbeque Sauce with hints of paprika, perfect for dipping and marinating. It's ideal for adding to a gourmet burger, home-cooked meals, toasted sandwiches and for dipping your chips!
/* 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;
}
}