Responsive Element Size/Visibility
This block of code creates a variable containing the viewable width of the browser window in pixels and allows elements to be sized as a percentage of that width. It also allows elements to be displayed or hidden depending on the window width. This block of code helps a lot for cross device web pages and is what I use to adjust pages for mobile hone users.