.cookies-line { position: fixed; left: 0; bottom: 0; font-size: 10px; width: 100%;  background: #fff; z-index: 2005; padding:15px 0 10px 0; display:none; } 
.cookies-line a { color:#a70336; }
.cookies-line p { margin: 0; }
.cookies-line .cookies-line-text { width:85%; float:left;  text-align:center; font-size:1.8em; line-height:180%; margin-top:5px;  }
.cookies-line .cookies-line-button { width:15%; float:left; text-align:right;}
.cookies-line #cookies-button { background:#a70336; overflow: hidden; line-height: 32px; margin:0 10px 0 10px; border:none; height:32px;
               font-size:1.6em; color:#fff; cursor:pointer; position:relative; padding: 0  5px 0 5px;  }

.vd-cta-btn { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; }
.vd-cta-btn a { display: block; background: #6cb049; color: #fff; text-align: center; padding: 5px 10px; }
.vd-cta-btn svg { fill: #fff; }

@media only screen and ( max-width: 767px ){
     .cookies-line .cookies-line-text { width:100%; }                               
     .cookies-line .cookies-line-button{ text-align:center; width:100%; }

     .vd-cta-btn { display: block; }
}