.tablet-hide {
	display: none !important;
}
img {
	max-width: 100%;
}

.bg-wrapper {
	min-width: auto;
	max-width: none;
	width: 100%;
	background-position: -40px -550px;
}
.container {
	width: Calc(100% - 80px);
	margin: 0 auto;	
}
#header .container {
	width: 100%;
}
.home-block {
	margin: 0 10px 20px;
	font-size: 11px;
}
.home-block-image {
	height: 145px;
}

@media only screen and (max-width: 930px) {
	#banner-wrapper {
		height: 500px !important;
	}
	.home-block-image {
		height: 120px;
	}
}

@media only screen and (max-width: 880px) {
	.bg-wrapper {
		background-position: -40px -450px;
	}
	.home-block {
		margin-bottom: 30px;
	}
	.home-block p {
		line-height: 1.7em;
	}
}

@media only screen and (max-width: 800px) {
	.bg-wrapper {
		min-width: auto;
		max-width: none;
		width: 100%;
		background-position: -25px -300px;
	}
	.container {
		width: Calc(100% - 50px);
		margin: 0 auto;	
	}
	#header h1 {
		font-size: 2.6em;
	}
	#nav {
		font-size: 1.2em;
	}
	#banner-wrapper {
		height: 450px;
	}
	.home-block {
		width: 45%;
		margin: 0 10px 40px;
		font-size: 11px;
	}
	.home-block-image {
		height: 120px;
	}
	.home-block img {
		max-height: 130px;
	}
	.subpage .collection-credits, .subpage .presentation-image {
		float: none;
		width: 100%;
		margin: 60px 0;
	}
	.subpage .collection-description, .subpage .presentation-image + .presentation-content {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	#header h1 {
		font-size: 2.4em;
	}
	#nav {
		font-size: 1.1em;
	}
	#banner-wrapper {
		height: 400px;
	}
	
}