#modal-gdpr {
    position:fixed;
    bottom:0;
    width:100%;
    padding:30px 0 20px 0;
    background-color:#2b2b2b;
    color:#fff;
    z-index:100;
}
#modal-gdpr h2 {
    position:absolute;
    left:-99999px;
}
#modal-gdpr p {float:left;}
#modal-gdpr .cta {float:right;}
#modal-gdpr a {margin-bottom:10px;}