/* OVER RIDE HOME */


@media (max-width: 720px) {

.column.fourth-half:nth-of-type(2), .column.fourth-half:nth-of-type(4) { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:5px;
}
.column.fourth-half:nth-of-type(1), .column.fourth-half:nth-of-type(3) { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-right:5px;
}
}