#cookie-popup { 
  text-align: center; 
  position: fixed;
  bottom: 33px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;

  background-color: rgba(0,0,0,.4);
  }
  
@media screen and (max-width: 767px) {
#cookie-popup {
bottom: 54px;
}	
}
#cookie-popup .text {
  color: white;
  z-index: 9999;
  font-size:19px; 
  line-height:20px;
  padding: 20px;
}
#cookie-popup.hidden {
  display: none;
}