@media (max-width: 480px) {

    div[style*="z-index: 2000000000"] {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    iframe[src*="recaptcha"] {
        transform: scale(0.95) !important;
        transform-origin: top center !important;
    }

    .rc-imageselect {
        transform: scale(0.95) !important;
        transform-origin: top center !important;
    }
}

body.blog-page div#recaptcha-fallback-global {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
