@media all and (max-width: 768px) {
    #za-popup {
        max-width: 100% !important;
        left: 0 !important;
        overflow: auto;
    }
}