@media (max-width: 400px) {
    .smart-captcha {
        min-width: unset !important;
    }
}
@media (max-width: 1005px) and (min-width: 916px) {
    .smart-captcha {
        min-width: unset !important;
    }
}