.spz-2002 {
  overflow: hidden;
}

.spz-2002 .mfp-iframe-holder {
  position: fixed;
  inset: 0;
  overflow: auto;
/*  background: url('../images/spzimages/bg.webp') 0 0 / cover no-repeat;*/
/*  background: url('../images/spzimages/ribbon_2007.gif') 0 0 / cover no-repeat;*/
}

.spz-2002 .mfp-iframe-holder:before {
  content: '';
  background: url('../gif/ribbon_2007.gif') 0 0 / cover no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;

  filter: blur(3px) opacity(0.5);
}

.spz-2002:not(.submitted) .mfp-content {
  max-width: 580px;
  height: auto;
}

.spz-2002:not(.submitted) .mfp-iframe {
  max-width: 580px;
  width: 100% !important;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.2);
  min-height: 300px;
}

.spz-2002 .mfp-iframe-scaler {
  padding: 0;
}

.spz-2002 .mfp-iframe-scaler > button {
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url('../webp/close-icon.webp') center/cover no-repeat;
  padding: 0;
}

.spz-2002 .mfp-iframe-scaler > button:hover {
  background: url('../webp/close-icon-hover.webp') center/cover no-repeat;
}

@media (min-width: 1920px) {
  .spz-2002 .mfp-iframe-holder {
/*    background: url('../images/spzimages/bg-lg.webp') 0 0 / cover no-repeat;*/
  }
}

@media (max-width: 1023px) {
  .spz-2002 .mfp-iframe-holder {
/*    background: url('../images/spzimages/bg-tb.webp') 0 0 / cover no-repeat;*/
  }
}

@media (max-width: 639px) {
  .spz-2002 .mfp-iframe-holder {
/*    background: url('../images/spzimages/bg-mb.webp') 0 0 / cover no-repeat;*/
  }
}

@media only screen and (max-width: 591px) {
  .spz-2002:not(.submitted) .mfp-content {
    max-width: 345px;
  }

  .spz-2002:not(.submitted) .mfp-iframe[title='Sales'] {
    max-width: 345px;
  }
}
