@media only screen and (min-width: 375px){
header {
	max-height: 17%;
	height: auto;
}

h1 {
	font-size: 2.25em;
}

h2, span {
	font-size: 1.5em;
}

#spacer {
	height: 5%;
	font-size: 0.8125em;
}

#thumbsarea {
	height: 78%;
}

.year {
	width: 50%;
}

.inner {
	padding-bottom: 100%;
}

a.thumb {
	width: 50%;
	padding-bottom: 50%;
}

a img {
	width: auto;
}
}

@media only screen and (min-width: 512px){
h1 {
	font-size: 2.5em;
}

#spacer {
	line-height: 1.25em;
}

.year {
	width: 33.33%;
}

.inner {
	padding-bottom: 100%;
}

a.thumb {
	width: 33.33%;
	padding-bottom: 33.33%;
}
}

@media only screen and (min-width: 768px) {
h1 {
	font-size: 3em;
}

#spacer {
	height: 3.5%;
	font-size: 1em;
}

.year {
	width: 25%;
}

.inner {
	padding-bottom: 100%;
}

#thumbsarea {
	height: 79.5%;
}

a.thumb {
	width: 25%;
	padding-bottom: 25%;
}
}

@media only screen and (min-width: 1024px){
body {
	background: #fff;
}

h1 {
	font-size: 4.5em;
	bottom: 27.149321%;
}

h2, span {
	font-size: 2.25em;
}

footer {
	background: #fff;
	color: #666666;
}
}

@media only screen and (min-height: 1005px) and (min-width: 1024px){
header {
	max-height: 221px;
}

#spacer {
	height: 40px;
	line-height: 2.5em;
	font-size: 1em;
}

#thumbsarea {
	max-height: 684px;
}

footer {
	position: static;
	padding-left: 0;
	color: #666666;
	text-align: right;
	line-height: 60px;
}
}