div[id*="popup"] {
  position: fixed;
  top: 180px;
  left: 50%;
  display: none;
  margin: 0 0 0 -320px;
  z-index: 1000000000;
}
@media (min-width: 1024px) {
  div[id*="popup"] {
    display: block;
  }
}
div[id*="popup"] .adClose {
  display: block;
  width: 640px;
  margin: 0 auto;
  background: #fff;
  padding: 3px 5px;
  text-align: right;
}
div[id*="popup"] .adClose a {
  color: #333;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
}
div[id*="popup"] .adClose a span {
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
/*
.ad div[id*="popup"] div iframe {
  display: none !important;
}
*/







.ad div[id*="popup"] > div:first-of-type iframe{   
                display: none !important; /* Hide the iframe after the buster cleans out the markup */
} 