Responsiveness wonky only between ~1240–980

Hi @ktdid,
add width: 100%; to your “.body-1920-centered” element to fix this problem.
You set the flexbox to grow ip possible.
image

Just set it to shrink if needed and apply wifth: 100%

Maxi