Created by: jamarparris
Fix modal being cut off when caught between sm breakpoint and modal-md value.
When resizing the modal between the sm default breakpoint of 544px and the modal-md value of 600px, the modal gets cut off until it reaches the 600px width. The fix applied here was to use max-width instead of width.