body          { margin: auto; }
header h1,
header h2     { text-align: left; }
header h1 + h2{ font-size: 150%; }
.polaroid {
	background: #fff;
	padding: 0.909090909% 0.909090909% 5.454545455% 0.909090909%;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 6px 0 #ddd;
	-webkit-box-shadow: 0 0 6px 0 #ddd;
	box-shadow: 0 0 6px 0 #ddd;
    position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 800px) {
	.grid-8 .polaroid.one 				{ width: 23.63636364%; }
	.grid-8 .polaroid.two 				{ width: 49.09090909%; }
	.grid-8 .polaroid.one:nth-child(5)	{ width: 74.54545455%; }
	.grid-8 .polaroid.one:nth-child(5),
	.grid-8 .polaroid.two:nth-child(3) 	{ margin-left: 0; }
}