@Media is a method in CSS that allows one to query what size the screen is on which the page will be displayed, then use only the section of a CSS stylesheet that fits that size of screen. With @Media one can specify different sizes of images and text for different devices. Comes in handy when sizing things for a smart phone display AND a desktop display.