* {
	float: none !important;
	max-width: none !important;
}


body {
	height:  auto;
	width: 100%;
	font-size: 80% !important;
	width: 100% !important;
}
.page-width, .group, .column {
	width: 100% !important;
	margin: 0 !important;
}

.work li {
	float: left !important;
	clear: none !important;
	width: 48% !important;
}
.work li:nth-child(2n) {
	float: right !important;	
}
.work li:nth-child(2n +1) {
	clear: left !important;	
}
.work li:nth-child(4n +1) {
	clear: left !important;	
}

.img-container {
	overflow: auto;
	max-height: none;
}

.img-container a {
	overflow: hidden;
	max-height: 260px !important;
}


.about img {
	width: 30%;
	float: left !important;
	margin: 0 8% 1em 6%;
}
.about .column.one-half {
	float: left !important;
	display: block !important;
	width: 50% !important;
}

.column {
	width: auto;
	float: none;
}

#lightbox {
	display: none;
}

.footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.footer > .column + .column {
	display: none;
}