.popliup-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
}
.theme-minimal .popliup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #696767;
  font-family: Arial;
  cursor: pointer;
}
.theme-minimal.popliup-box {
  width: 500px;
  background: transparent;
  -moz-box-shadow: 0 0 50px 1px #382E2E;
  -webkit-box-shadow: 0 0 50px 1px #382E2E;
  box-shadow: 0 0 50px 1px #382E2E;
  z-index: 1000010;
  position: fixed;
  padding: 0px !important;
  max-width: 90%;
}
.theme-minimal.popliup-box .popliup-content {
  background-color: #fff;
  padding: 20px;
}
.theme-minimal.popliup-box .popliup-content embed,
.theme-minimal.popliup-box .popliup-content iframe {
  max-width: 100%;
}
.theme-minimal.popliup-box .popli_powered {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  width: 100%;
  color: #E2E2E2;
}
.theme-minimal.popliup-box .no-show-link {
  text-align: center;
  font-size: 15px;
}
/** RESPONSIVE CSS **/
