.popup48-lightbox-2,
.popup48-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.popup48-lightbox-2.secondary {
  z-index: 999900 !important;
}

.pu48-overlay-2,
.pu48-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pu48-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1a1a1a;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pu48-cross-2,
.pu48-cross {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #1a1a1a;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.pu48-cross-2 span,
.pu48-cross span {
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  top: 24px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pu48-cross-2 span:last-child,
.pu48-cross span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pu48-container iframe {
  display: block;
}

.pu48-wrapper {
  background-color: #ffffff;
  padding: 0 30px;
  width: 90%;
  max-width: 400px;
}

.pu48-container-2 > :first-child,
.pu48-container > :first-child {
  margin-top: 0;
}

.pu48-container-2 > :last-child,
.pu48-container > :last-child {
  margin-bottom: 0;
}

.pu48-wrapper img {
  display: block;
}
