  .nbsense-ad-container {
    max-width: 350px;
  }

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

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