      body {
        background-image: url('https://s3.amazonaws.com/mystique.victorypassport.com/donation_page/3238/page_background_image/c324446f-747a-46ce-9a1e-167370d6a6a3.jpg') !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
      }



html, body {
  min-height: 100%;
  margin: 0;
}

iframe#vp-frame {
  overflow: hidden;
  -ms-overflow-style: none;
}
iframe#vp-frame::-webkit-scrollbar {
  display: none;
}

/* For modal overlay blur */
.blur-bgimage:before {
  content: "";
  position: absolute;
  width : 100%;
  min-height: 100%;
  background: inherit;
  z-index: -1;

  filter        : blur(30px);
  -moz-filter   : blur(30px);
  -webkit-filter: blur(30px);
  -o-filter     : blur(30px);
  -ms-filter    : blur(30px);
  filter        : progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');

  transition        : all 2s linear;
  -moz-transition   : all 2s linear;
  -webkit-transition: all 2s linear;
  -o-transition     : all 2s linear;
}

/* Fallbacks CSS */
.blur-fallback {
  background: black !important;
}