/* 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: 50px;
  height: auto;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.ad-rectangle {
  width: 100%;
  max-width: 336px;
  min-height: 100px;
  height: auto;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

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