.content { /*Choose the smallest value between these two values at any time*/ width:min(500px,70%); /*equivalent to */ width:70%; max-width:500px; }