.wis-lzload-img-ctr {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wis-lzload-img-ctr .wis-lzload-img-prvw {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -12px;
  padding: 12px;
  box-sizing: content-box;
  background: transparent center center/cover no-repeat padding-box padding-box scroll;
  filter: blur(12px);
  -webkit-filter: blur(12px);
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.25s ease-in;
}
.wis-lzload-img-ctr .wis-lzload-img-load,
.wis-lzload-img-ctr .wis-lzload-img-fb {
  display: block;
  visibility: hidden;
  margin: auto;
  max-width: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  color: inherit;
}
.wis-lzload-img-ctr.wis-lzload-img-loaded .wis-lzload-img-load {
  visibility: visible;
}
.wis-lzload-img-ctr.wis-lzload-img-loaded .wis-lzload-img-prvw {
  opacity: 0;
}
.wis-lzload-img-ctr.wis-img-contain .wis-lzload-img-load {
  object-fit: contain;
  object-position: center center;
}

/*# sourceMappingURL=wis-lzload-img.css.map */
