@media screen and (max-width: 1000px) {
	#page {
		width: 600px;
	}

	#home-images img {
		width: 600px;
		margin-left: 0px;
		margin-top: -28px;

	}

	.projects {
		width: 620px;
	}
	.projects .project {
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.projects .small .project {
		width: 180px;
	}
	.projects .large .project {
		width: 368px;
	}
	.projects .full {
		width: 564px;
	}
	.projects img {
		height: 100%;
	}

	.projects .one {
		height: 115px;
	}
	.projects .two {
		height: 238px;
	}
	.projects .three {
		height: 361px;
	}
	.projects .four {
		height: 484px;
	}
	.projects .five {
		height: 607px;
	}
	.projects .six {
		height: 730px;
	}
	
	#project-images img {
		max-width: 600px;
	}
	
	#project-video iframe {
		width: 600px;
		height: 338px;
	}

	#info-images {
		width: 600px;
	}	
	#info-images li {
		float: none;
	}
	#info-images img {
		width: 600px;
	}

	#home-video iframe {
		width: 600px;
		height: 338px;
	}

	.columns {
		width: 630px;
	}
	.column-1,
	.column-2 {
		width: 295px;
	}

	.column-1 {
		margin-bottom: 28px;
	}

}