@media screen and (max-width: 480px) {
    #donation-form .switch-amounts {
      display: inline-block; !important;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#donation-form .switch-amounts {
    display: inline !important;
}
}