/* AD CONTAINERS
   To activate ads:
   1. Remove ad-empty class from 
      containers you want to fill
   2. Place ad network script inside 
      the container div
   Monetag: push notification + 
     display ads
   Adsterra: display ads
   AdSense: apply after 6 months 
     with traffic data
*/

.ad-leaderboard {
  width: 100%;
  max-width: 728px;
  min-height: 90px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-rectangle {
  width: 100%;
  max-width: 336px;
  min-height: 280px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-empty {
  background: transparent;
  border: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}
