#cookie-headband {
    background-color: #999999;
    top: 0;
    margin-bottom: 0;
    // position: fixed;
    width: 100%;
    z-index: 99;
    color: #fff;
    padding: 7px;
}
#cookie-headband.hide{
  display: none;
}

#cookie-headband .container{background: transparent;}
