Get Real
Who wants fake when you can get real?
Hip pop is a drink without drawbacks. A fizz for feeling alive. Real fruit, real flavour and real live cultures - it's really good pop. A choice that'll knock your socks off. Crack open, crack on.
/* 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;
}
}