.massa-ad {
  background-color: #EBEBEB;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.massa-ad > span {
  text-align: center;
  font-weight: bold;
  font-size: 5px;
  line-height: 24px;
  color: #7e7e7e;
  position: absolute;
  z-index: 0;
}
.massa-ad > span > br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
  position: initial;
}
.massa-ad *{
  position:inherit;
  z-index: 2
}
.massa-ad > img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index:0
}
.adSuperBanner {
  grid-column: 1/-1;
  grid-row: span 1;
  min-height: 200px;
}
.adLateral {
  grid-column: span 4;
  grid-row: span 6;
}
.adRetangulo {
  grid-column: span 4;
  grid-row: span 4;
}
.adBillboard{
  grid-column: 1/-1;
  grid-row: span 1;
  min-height: 300px;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .adlateral {
    display: none;
  }
}
@media (max-width:700px){
    .adlateral,.adRetangulo {
        grid-column: 1/-1;
        grid-row: span 2;
    }
}