The `max-width` property restricts the width of an element to a maximum value, useful for responsive design.
img { max-width: 100%; height: auto; }
Supported by all modern browsers.