I fixed it – for whatever reason I had to add specifics for what to do what the nine units all the way down the sizes.
@media only screen and (max-width: 480px) {
.responsive .container .nine.units {
width: 273px;
padding-left: 20px;
padding-right: 20px;
}
}