.cookiesAlert {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  width: 100%;
  z-index: 1000;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  font-size: 14px;
  opacity: 0.9;
}

.cookiesAlert img {
  border:0;
  position:absolute;
  top:12px;
  right:20px;
  cursor:pointer;
}