#cookie-change {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index:8;
  border:unset;
}
#cookie-change img {
  height: 80px;
  width: 80px;
}

html.show--consent #cookie-change,
  html.show--preferences #cookie-change{ 
      opacity: 0;
      z-index: -1;
      pointer-events: none;
      transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s !important;
  }

  #cc-main .pm--box {
    max-width: 60em !important;
}
