.exp-wrapper {
  background: url('./white-75pc.png') repeat;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.exp-wrapper-inner {
  background: transparent;/*#FFF*/;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 9999;
}

.exp-site-iframe {
  height: 100%;
  z-index: 9999;
}

.exp-site-iframe iframe {
  background-color: #dbdbdb;
  overflow:hidden;
}

.exp-wrapper iframe {
  margin: 0 auto;
  display: block;
  z-index: 9999;
}

.exp-wrapper .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

.exp-wrapper .close a {
  display: block;
  background: url('./close.png') no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow:hidden;
  outline:none;
  z-index: 9999;
}
