Element Size/Visibility based on Browser Width
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.