	figure {width: 25%; margin: auto;}
/* Overrides desktop style when viewport is less than 600px (for smart phones) */
@media only screen and (max-width: 600px) {
}

@media all and (max-width: 600px) {
    nav li {
        display: block;
    } }

img {width: 300px}