
.popup-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 20000;
}

.popup-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup-container.active {
  opacity: 1;
  visibility: visible;
}

.popup-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.popup-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,60%);
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.popup-content {
  background: #fffff2;
  border: 2px solid #000;
  text-align: left;
  padding: 0;
  font-weight: bold;
}

.randombanner {
padding:0 !important;
}
