.gdprOverlay {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: rgba(255,255,255,.94);
    box-shadow: 0 -1px 5px rgba(0,0,0,.075);
}

.gdprLabel {
    margin-right: 10px;
}