


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