@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.67);
        transform-origin:0 0;
    }
}