/* customizations here */

.ads-bilboard {
  margin: 0 auto 20px auto;
  text-align: center;
}

.ads-rectangle-container {
  width: 300px;
  margin: auto;

}
.ads-rectangle {
  width: 300px;
  overflow: hidden;
  margin-top: 10px;
  float: left;
}

.ads-rectangle-2,
.ads-rectangle-3 {
  display: none;
}

@media screen and (min-width: 768px) {
  .ads-rectangle-container {
    width: 620px;
  }
  .ads-rectangle-2 {
    display: block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .ads-rectangle-container {
    width: 940px;
  }
  .ads-rectangle-3 {
    display: block;
    margin-left: 20px;
  }
}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
