html.axeptio-widget--open body>*:not(.axeptio_mount) {
    opacity: .5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    overflow: hidden;
    pointer-events: none
}

@media (min-width:450px) {

    .ax-widget-container,
    #axeptio_overlay .ax-widget-container {
        position: fixed !important;
        left: 50% !important;
        top: 50vh !important;
        bottom: auto !important;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}