
.recaptchatable{margin: 0 auto!important; border: none!important;}
#recaptcha_challenge_field_holder input{width: 70%; height: 20px;}
#recaptcha_response_field{width: 70%!important; height: 45px; float: right;}

@media(min-width: 1200px){

}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-scene-canvas,.gm-style div,iframe{width: 100%!important; height: 600px!important;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-scene-canvas,.gm-style div,iframe{width: 100%!important; height: 400px!important;}
}

@media (max-width: 767px) {
   .widget-scene-canvas,.gm-style div,iframe{width: 100%!important; height: 300px!important;}
   #recaptcha_area{width: 200px!important;}
   #recaptcha_widget_div{float: left; width: 200px!important;}
   #recaptcha_image,.recaptchatable #recaptcha_image #recaptcha_challenge_image{width: 100%!important;}
   #recaptcha_table td:last-child,#recaptcha_table td:nth-child(2){display: none;}
}