#arx-container-custom-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  z-index: 999999 !important;  
}

#arx-content-custom-banner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 30px;
}

#arx-content-custom-banner p {
  font-size: 16px;
  margin: 0;
  max-width: 95%;
}

#arx-content-custom-banner > p > a {
  color: inherit;
  text-decoration: underline;
}

#arx-close-custom-banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  cursor: pointer;
  background-color: #ffffff;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}


@media only screen and (max-width: 768px) {
  #arx-content-custom-banner {
    position: initial !important;
    transform: none !important;
    padding: 10px !important;
  }

  #arx-content-custom-banner p {
    font-size: 13px !important;
    margin: 0 !important;
    padding-bottom: 5px !important;
  }

  #arx-close-custom-banner {
    position: initial !important;
    transform: none !important;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}