#cookies-eu-banner {
    color: black;
    font-size: 13px;
    text-align: left;
    border: 1px solid black;
    margin: auto;
    z-index: 99;
    background: #eeeeee;
    width: 500px;
    max-height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    overflow-y: auto;
}


@media (max-width: 767px) {
    #cookies-eu-banner {
        width: 90%;
        max-height: 75%;
        padding: 6px 6px 20px;
        overflow-y: auto;
    }

    #cookies-eu-banner h3 {
        font-size: 17px;
        margin-top: 0.5ex !important;
        margin-bottom: 0.5ex !important;
    }
}