I am sizing / positioning a div relative to it's parent in `%` values (see attached screen). <img width="1061" alt="Screen Shot 2023-02-27 at 2 57 41 PM" src="https://user-images.githubusercontent.com/49200337/221670779-0fe5290f-962f-4a19-b972-98adb3680564.png"> The text overflows the div. The only way to fix this is by manually changing the `ratio`, but I don't know in advance the length of each text. Why isn't the text resizing properly to fit it's parent?