  .nbri-ad-float {
    max-width: 350px;
  }

  @media screen and (max-width: 768px) {
    .nbri-ad-float {
      width: 90vw !important;
    }
    .nbri-explore-button {
      display: block !important;
    }
  }

  @media screen and (min-width: 769px) {
    .nbri-explore-button {
      display: none !important;
    }
  }