/* SmashDJMag vote banners — right creative per breakpoint, not all at once */

.smashdj-banner {
  display: block;
  text-align: center;
  line-height: 0;
}

.smashdj-banner img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Top strip under logo */
.smashdj-banner--top {
  width: 100%;
  padding: 0 12px 16px;
  box-sizing: border-box;
}

.smashdj-banner--top img {
  width: 100%;
  max-width: 728px;
}

/* Mid-page billboard: desktop / tablet only */
.smashdj-banner--mid {
  width: 100%;
  margin: 1.5rem 0 0.5rem;
  padding: 0;
}

.smashdj-banner--mid img {
  width: 100%;
  max-width: 970px;
}

@media screen and (max-width: 767px) {
  .smashdj-banner--top {
    padding: 0 10px 12px;
  }

  .smashdj-banner--top img {
    max-width: 320px;
  }

  /* Second banner would crowd the mobile layout — hide it */
  .smashdj-banner-slot--mid,
  .smashdj-banner--mid {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .smashdj-banner--top {
    padding: 0 16px 20px;
  }
}
