#zakeke-configurator-frame {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    border: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    #zakeke-configurator-frame {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999999;
    }
}