.ad-slot {
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
}

.ad-slot__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-slot-sidebar {
  width: 300px;
  height: 250px;
  max-width: 100%;
}

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

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

@media (max-width: 768px) {
  .ad-slot-leaderboard {
    display: none;
  }

  .ad-slot-mobile {
    display: flex;
    margin: 0 auto;
  }
}
