  .bmcookie {
    position:fixed; top:0; z-index: 5000; width:100%; height:100%;
  }
  .bmcookie .bg {
    width:100%; height:100%; position: absolute; top:0;
    background: black; opacity: 0.5;
  }
  .bmcookie .popup {
    position: absolute; bottom:0;
    background: black; color: white; padding: 5vw;
  }
  .bmcookie a { text-align: center; border: 1px solid; padding: 5px; border-radius: 5px; }
  .bmcookie .cb div { padding: 6px; }