@media only screen and (max-width:767px) {
.g-recaptcha{transform: scale(0.9); -ms-transform: scale(0.9);  -webkit-transform: scale(0.9);         margin-left: -30px;}
}
@media screen and (max-width: 413px) {
.g-recaptcha{transform: scale(0.7); -ms-transform: scale(0.7);  -webkit-transform: scale(0.7); }	
}