@charset "UTF-8";
/* About Page Styles */
/* Teo Connor Studio */
/* Author www.pumkin.co.uk */

#work {
	position:relative;
	margin-bottom:20px;
	padding-top:12px;
}

.text {
	width: auto;
	max-width:720px;
	margin:0 15px 0 15px;
	padding-bottom:180px;
}


/* for contact */

.column {
	width:100%;
}

@media all and (min-width: 520px) {

	.column {
		width: 239px;
	}
}

article .text {
	position:absolute;
	top:0;
	left:0;
	margin:12px 15px 15px 15px;	
	width:auto;
	padding:0;
}


/* for clients and contact */

article {
	position:relative;
	width:100%;
	height:150px;
	margin-bottom:10px;
}

@media all and (min-width: 520px) {

	article {
		width: 239px;
	}
}