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

header {
	height: 0;
	padding-bottom: 21.58%;
}

h1 {
	font-size: 2.25em;
}

header span {
	font-size: 1.5em;
}

.icon, .link {
	overflow: hidden;
}

.icon img {
	width: 110%;
	opacity: 1;
}

.icon span.date {
	font-size: 1.6875em;
}

.icon span.title {
	font-size: 2.25em;
}

p.verso {
	font-size: 0.75em;
}

.link:hover p.verso {
	color: white;
	display: block;
}

.link:hover p.versoxs {
	display: none;
}

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

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

.icon {
	width: 25%;
	padding-bottom: 25%;
}

.link, .linko {
	width: 25%;
	padding-bottom: 25%;
}

.icon span.date {
	font-size: 1.125em;
}

.icon span.title {
	font-size: 1.3em;
}

p.verso {
	font-size: 0.875em;
}
}

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

.icon span.date {
	font-size: 1.875em;
}

.icon span.title {
	font-size: 2.25em;
}

p {
	font-size: 4.0625em;
}

p.verso {
	font-size: 1.25em;
}
}

@media only screen and (min-width: 889px), (max-height: 1005px){
header {
	height: 17%;
	padding-bottom: 0;
}
}

@media only screen and (min-width: 1024px){
header span {
	font-size: 2.25em;
}

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

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

#thumbsarea {
	max-height: 684px;
}

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