@media only screen and (min-width: 375px){
#t12, #t13, #t14, #t23, #t32, #t34, #t42 {
	display: block;
}

header {
	max-height: 17%;
	height: auto;
}

header span {
	font-size: 2.25em;
}

.link {
	width: 50%;
}

a img {
	width: 50%;
}

.link img {
	width: 100%;
}
}

@media only screen and (min-width: 512px){
#t21, #t22, #t31, #t33, #t41 {
	display: block;
}

header span {
	font-size: 2.5em;
}

.link {
	width: 33.3333334%;
}

a img {
	width: 33.3333334%;
}
}

@media only screen and (min-width: 768px) {
#t44 {
	display: block;
}

header span {
	font-size: 3em;
}

.link {
	width: 25%;
}

a img {
	width: 25%;
}
}

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

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