@media screen and (max-width: 1024px) {
    div[style*="z-index: 2000000000"] {
        position: fixed !important;
        top: 35% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 2147483647 !important;
        pointer-events: auto !important;
    }
}