  .ads-wrapper {
    display: block;
    width: 100%;
    max-width: 728px;
    text-align: center;
    margin: 2rem auto;
    overflow: hidden;
    padding: 0 16px;
    box-sizing: border-box;
  }
  
  /* Target the Google ins element directly to force its inner iframe to center */
  .ads-wrapper ins.adsbygoogle {
    margin: 0 auto !important;
  }
  
  .multiplex-wrapper {
    display: block;
    width: 100%;
    max-width: 1200px;
    /* Gives it enough space to form a 2x2 or 4x2 grid layout on desktop */
    margin: 3rem auto;
    text-align: center;
    padding: 0 20px;
    /* Prevents edge-clipping on mobile phones */
  }
  
  .multiplex-wrapper ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  
  @media (max-width: 600px) {
    .ads-wrapper {
      width: 100%;
      max-width: 320px;
      margin: 2rem auto;
    }
  }