
/* Custom, iPhone Retina */ 
@media only screen and (min-width: 320px) {
  /* 320 - 480 */
  .response { background: green; }

}
