
.cookies_ads {
  display:none;
  position: fixed;
  z-index:9999;
  bottom: 1em;
  width: 100%;
  /* margin: 1em 1em 1em 1em; */
  background: rgba(160,160,160,0.8);  /* grey */
  /* background-color: transparent; */
  color: white;
  text-align: center;
  font-size: small;
  }
  p {
    margin: 1em 1em 1em 1em;
  }
  button {
    margin: 0 0 1em 0;
  }
}

@media only screen and (min-width: 481px) {
.cookies_ads {
    left: 50%;
    top: 50%;
    @include transform(translate(-50%, -50%));
    width: 50%;
    height: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}