/* Ads */

.ad-container{
  width:100%;
  margin:40px 0;
  display:flex;
  justify-content:center;
}


.ad-placeholder{
  width:100%;
  max-width:728px;
  height:90px;
  background:#f5f5f5;
  color:#999;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  border-radius:6px;
}


.sidebar-ad{
  position:sticky;
  top:120px;
  margin-bottom:40px;
  display:flex;
  justify-content:center;
}

@media(max-width:768px){
  .ad-placeholder{
    max-width:320px;
    height:100px;
  }
}