#CookielawBanner {
    z-index: 9999;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,4%,.4);
}

#CookielawBanner .cookie-content {
    position: relative;
    width: 50%;
}