@media (min-width: 768px) {
    .col-sm-push-1 {
        left: 4%;
    }
}

@media all and (max-width: 600px)  {

	.noPad { padding: 0 }

	.quarter {
		float: left !important;
        width: 25% !important;
	}

	.third {
		float: left !important;
        width: 33% !important;
	}

    .half {
        float: left !important;
        width: 50% !important;
    }

    .threeQuarter {
		width: 75% !important;
    }

}