.lpmodal-open {
  overflow: hidden;
  height: 100vh;
}
.lpmodal-open .main-header.stickyhead {
  z-index: 0;
}
.lpmodal-open header.amain-header {
  z-index: -1;
  position: relative;
}
.lpmodal-open .load-popup {
  display: block;
}

.load-popup {
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.load-popup .close {
  position: absolute;
  right: -15px;
  top: -15px;
}
.load-popup .lp-cards {
  height: 100%;
}
.load-popup .lpbg {
  background: rgba(0, 0, 0, 0.6509803922);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.load-popup .lp-body {
    max-width: 700px;
    width: -moz-fit-content;
    width: fit-content;
    background: #303030;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    box-shadow: 0 0 15px 0 #eee;
    border-radius: 10px;
}
.load-popup .lp-body .lpb-items img {
    width: 100%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}