Our tangy, lush and authentic Classic Tomato Salsa is ready to make your tastebuds dance. Made with juicy sun-ripened tomatoes and our secret spice blend this dip is sure to be your numero uno choice when frying up your huevos rancheros, burritos, tacos or to turn any simple dish to something sensational!
/* 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;
}
}