/*  GRID OF FIVE   ============================================================================= */

.section group{
	align-content:center;
	text-align:center;
}


.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 74.6%; 
}

.span_3_of_5 {
  	width: 49.2%; 
}

.span_2_of_5 {
  	width: 23.8%;
}




/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}