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

.pu48-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pu48-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1a1a1a;
  padding: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pu48-cross {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #1a1a1a;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.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 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;
}

/* .pu48-container :is(.desktop-content, .mobile-content) p {
  margin: 0;
}
 */
.pu48-wrapper img {
  display: block;
}

.pu48-wrapper .mobile-content {
  display: none;
}

@media (max-width: 768px) {

  .pu48-cross {
    top: -50px;
    left: auto;
    right: 0;
  }

  .pu48-wrapper .mobile-content {
    display: block;
  }

  .pu48-wrapper .desktop-content {
    display: none;
  }
}


@media (max-width: 550px) {
  .popup48-lightbox.mobile .pu48-wrapper {
    width: 90%;
  }


}