.gdpr-banner {
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 30px 0;
    background: rgb(0, 0, 0);
}
.gdpr-banner.top {
    top: 0;
}
.gdpr-banner.bottom {
    bottom: 0;
}
.gdpr-banner-content {
    width: 80%;
    margin: 0 auto;
    color: rgb(255, 255, 255);
}
.gdpr-banner-content a {
    color: inherit;
}