.pum-container {
    overflow: hidden !important;
    width: fit-content !important;
    height: fit-content !important;
    max-width: 95vw !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow: auto !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]):not(header):not(section:not(.home-hero)) {
    padding-right: initial !important;
}
