/* Paste this CSS in your own file or leave it here. */

.lqip-img {height: 0px; width: 0px}

main {
  width: 100%;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999
}

.lqip {
  position: fixed;
  left: -25px;
  right: 0;
  top: -25px;
  z-index: 100;
  display: block;
  background-size: cover!important;
  width: calc(100% + 50px)!important;
  height: calc(100% + 50px)!important;
  filter: blur(15px)
}

.noblur {filter: blur(0px)}