@media(min-width:280px){
  .cookie-disclaimer  {
    height: 50% !important;
  }
}

@media(min-width:300px){
  .cookie-disclaimer  {
    height: 50% !important;
  }
}

@media(min-width:360px){
  .cookie-disclaimer  {
    height: 40% !important;
  }
}

@media(min-width:375px){
  .cookie-disclaimer  {
    height: 30% !important;
  }
}

@media(min-width:700px){
  .cookie-disclaimer  {
    height: 20% !important;
  }
}

@media(min-width:1030px){
  .cookie-disclaimer  {
    height: 10% !important;
  }
}

@media(min-width:1040px){
  .cookie-disclaimer  {
    height: 150px !important;
  }
}



.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 150px;
    position: fixed;
  }
  .cookie-disclaimer .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .cookie-disclaimer .cookie-close{
    float: right;
    padding: 10px;
    cursor: pointer;
  }