.interstitial-container {
  display: none;
  width: 100%;
  background: #000000e7;
  opacity: 1;
  height: 100% !important;
  overflow: hidden;
  z-index: 9999999999 !important;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.interstitial-container.active {
  display: block !important;
}

#interstitialSlotCustom {
  position: fixed !important;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #fff;
  border-radius: 8px;
  display: inline-table;
  left: 50%;
  background: #fff;
}
.interstitial-close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px !important;
  background-image: url(close-r.png);
  background-size: 100%;
  z-index: 9999999999;
  top: 1%;
  right: 1%;
}
