  .zen-ad-wrapper2 {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: auto;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #FAFAFA; 
  }

  .ad-desktop2,
  .ad-mobile2 {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ad-desktop2 {
    width: 728px;
    max-width: 100%;
    height: 90px;
  }

  .ad-mobile2 {
    width: 320px;
    max-width: 100%;
    height: 100px;
    display: none;
  }

.ad-desktop2 ins,
.ad-mobile2 ins {
  display: block !important;
  margin: auto;
}
  @media (max-width: 767px) {
    .ad-desktop2 {
      display: none !important;
    }
    .ad-mobile2 {
      display: flex !important;
    }
  }
  
  .ad-label {
  font-size: 12px;
  text-align: center;
  color: #D0CAD8;
  user-select: none;
  pointer-events: none;
  margin-bottom: 8px;
}
