@media (max-width: 1280px) {
	section.gallery div.side-text {
		background-position: -50% center;
	}
	section.gallery div.side-text p{
		width: calc(100% / 3);
	}
	section.tiles-4 .tile {
		width: 50%;
	}
	section.tiles-5 .tile {
		width: 20%;
	}
}

@media (max-width: 900px) {
	html,
	body {
		font-size: 9px;
		background-size: 100% 156px, auto;
	}
	header {
		float: left;
		padding: 1rem;
	}
	header h1 .logo {
		width: 15rem;
	}
	main {
		padding: 2rem 2rem;
	}
	main.spaced {
		padding-top: 168px;
	}
	main.annotation {
		padding: 1rem 2rem;
	}
	main.story {
		column-count: 1;
	}
	section.gallery {
		height: 80%;
	}
	section.gallery div {
	    background-attachment: scroll;
		
	}
	section.gallery div {
	    padding: 1rem;
	}

	section.gallery div p {
		padding: 0.1rem 2rem;
		/*font-size: 1rem;*/
	}
	section.gallery nav {
		/*right: 50%;
		transform: translateX(50%);*/
	}
	section.gallery div.bottom-left p {
		max-width: 80%;
	}
	section.gallery div.side-text {
		background-position: center center;
	}
	section.gallery div.side-text p{
		font-size: 1rem;
		height: 30%;
		padding: 2rem 2rem 2rem 2rem;
		bottom: 0;
		top: 35%;
		width: 100%;
		background-color: rgba( 255, 255, 255, 0.75 );
	}
	section.tiles-4 .tile {
		width: 50%;
	}
	section.tiles-5 .tile {
		width: 50%;
	}
	section.tiles-6 .tile {
		width: 50%;
	}
	#contact-form {
		padding: 1rem 1rem;
	}
	footer {
		padding: 1rem 1rem;
	}
	footer .logo {
		height: 8rem;
	}
	footer address {
		max-width: calc(100% - 10.5rem);
	}
}
