.ad-square {
    width: 100%;
    border-spacing: 0;
  }
  .ad-square td {
    text-align: center;
  }
  .ad-square td:first-child {
    padding: 0 5px 5px 0;
  }
  .ad-square td:last-child {
    padding: 0 0 5px 5px;
  }
  #x02_ad_container img, #x03_ad_container img {
    max-width: 100%;
    height: auto;
  }
  #welcomeAd {
    display: none;
  }
  .popup-advert iframe {
    width: 640px;
    height: 500px;
  }
  
  @media (max-width: 767px) {
    iframe {
      max-width: 100%;
    }
  }
  .fixed-nav .undernav iframe {
    height: 65px;
    width: 100%;
  }
  .wallpaper-ad {
    margin-top: 130px;
  }
  .wallpaper-iframe iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  /* banderole code */
  #banderole-creative iframe {
    width: 770px;
    height: 250px;
  }
  #banderole-ad {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    height: 250px;
    background: rgba(51, 51, 51, 0.5);
  }
  #banderole-ad #banderole-creative {
    position: absolute;
    top: 0;
    right: 0;
    /* For DFP, change this value  */
    margin-right: -770px;
    width: 770px;
    height: 250px;
  }
  #banderole-trigger {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    cursor: pointer;
  }
  #banderole-ad .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 3px 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.33;
    border: 2px solid #fff;
    border-radius: 25px;
    z-index: 999;
  }
  #banderole-ad .close:hover {
    background: #444;
  }
  @media only screen and (max-width: 1219px) {
    #banderole-ad, #banderole-trigger {
      display: none !important;
      visibility: hidden;
    }
  }
  @media print {
    #banderole-ad, #banderole-trigger {
      display: none !important;
    }
  }
  .expandable {
    position: relative;
    height: 250px;
  }
  .expandable iframe {
    position: absolute;
    right: 0;
    left: auto;
  }
  .expandable iframe:hover {
    width: 200%;
    z-index: 2;
  }
  .flip-expandable {
    position: relative;
  }
  .flip-expandable iframe.active {
    width: 300%;
    height: 200%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }


  .sky-form-popup {
    position: fixed;
  display: none;
  width: 640px;
  height: 480px;
  top: 50% !important;
  left: 50% !important;
  margin: -240px 0px 0px -320px !important;
  }
  .sky-form-container button,.sky-form-popup button {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
  }
  .sky-form-popup.active {
    display: block;
  }
  .sky-form-popup.size640x480 {
    width: 640px;
    height: 480px;
    margin: -240px 0px 0px -320px;
  }
  .sky-form-popup.size600x480 {
    width: 600px;
    height: 480px;
    margin: -240px 0px 0px -300px;
  }
  .sky-form-popup.size600x500 {
    width: 600px;
    height: 500px;
    margin: -250px 0px 0px -300px;
  }
  .sky-form-popup.size640x500 {
    width: 640px;
    height: 500px;
    margin: -250px 0px 0px -320px;
  }
  .sky-form-popup.size500x640 {
    width: 500px;
    height: 640px;
    margin: -320px 0px 0px -250px;
  }
  .sky-form-popup.size500x540 {
    width: 500px;
    height: 540px;
    margin: -270px 0px 0px -250px;
  }
  .sky-form-popup .modal-closer {
    position: absolute;
    top: 15px;
    right: 15px;
    color: red;
    background: white;
    width: 29px;
  }
  .sky-form-popup .modal-closer:hover {
    background: gray;
    color: white;
  }
  .sky-form-modal {
    position: fixed;
    z-index: 2;
    display: none;
    width: 400px;
  }
  .sky-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .sky-form-popup {
  position: fixed;
  display: none;
  width: 450px;
  top: 0px;
  left: 50%;
  z-index: 9;
  margin: 5% 0px 0px -225px;
  border-radius: 5px;
  box-shadow: 0 0 20px #111;
  overflow: hidden;
}
.ads-footer ,.adv-footer{
  height: 0;
  width: 0;
  overflow: hidden;
}
button.close {
  padding: 6px 8px !important;
}