Problem: Couldn't get the cut off effect on the hero images
Fix: Used relative poisitoning on parent, then used transform to move my images off the screen.
Problem: So far I've had no problem using the "mobile first approach", until this project lol.
Fix: I realized I really should just take the path of least resistence even if it means just doing desktop first. I had to restart from mostly scratch, starting with desktop first ended up being much easier when it came to media queries at the end.