To anyone who get here by search engines:
CSS min / max / clamp functions had got some supports in recent (2020) bro
You can try as mention below
.some_element { background: red; float: left; width: auto; width: 50%; max-width: 200px; }