<style>

/* Small only */
@media screen and (max-width: 39.9375em) {

	.half, .qtr, .threeqtr, .third, .twothirds{
	  display:block;
	  width:100%;
	}

	.row{
		padding: 0 15px;
	}
	
	body {
		background-repeat:no-repeat ; 
		background-position:center top ; 
		background-attachment: fixed;
		background-size: auto 100%;
	
	}
	
	#content{
	padding: 0 15px;
	}

}


</style>