html {
  overflow-x: hidden !important;
}

html > body.didomi-popup-open { 
        overflow: initial !important;
}

#didomi-popup.didomi-notice-popup.didomi-popup-backdrop {
    background-color: transparent !important;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#didomi-host .didomi-screen-xsmall .didomi-popup-with-x-button {
  height: 80%;
}