main>article.map{
	>section{
		>header{
			font-size:200%;
		}
		>section{
			&.columns{
				>img{
					margin-bottom:1em;
					max-width:80%;
				}
			}
		}
	}
}