.cookie-banner {
    position: fixed;
    overflow: auto;
    bottom: 2%;
    left: 56%;
    width: 40%;
    background-color: #e7e7e7;
    display: none;
    z-index: 20;
    text-align: left;
  }
  .cookie-banner h3 {
    margin: 0;
  }
  .ramecek.ramecek_ohraniceny { margin-bottom: 1em; padding: 0.7em; border: 1px #1E4063 solid; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; }
  @media screen and (max-width:640px) {
    .cookie-banner {
      max-height: 600px;
      width: 90%;
      left: 2%;
      bottom: 5px;
    }
  }