The Original Beetroot Ketchup is where all the foxy fun began. A wholesome and tasty twist on the traditional family favourite, naturally sweet with apples with the rich earthy flavours of beetroot, this foxy sauce has the flavour which is sure to make you say - 'tomato what?'
/* 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;
}
}