@media (min-width: 768px) {
  .\#main-header-inner {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .\#main-nav-container {
    background-color: rgba(0, 0, 0, 0.25);
    margin-left: -2%;
    margin-right: -2%;
  }
}


@media (max-width: 768px) {
  .newsletter-popupreveal-animate span.\#button-text {
    font-size: 68%;
    letter-spacing: 0px;
}
.newsletter-popupreveal-animate  span.\#button-icon {
    display: none;
}
}