.spief-banner {
  display: none;
  width: 600px;
  height: auto;
  position: fixed;
  bottom: 0;
  left: -150px;
  z-index: 999999999999;
  aspect-ratio: 1920/1080;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .spief-banner {
    left: -190px;
  }
}
@media screen and (max-width: 1024px) {
  .spief-banner {
    bottom: -20px;
    left: -210px;
  }
}
@media screen and (max-width: 600px) {
  .spief-banner {
    width: 500px;
    left: -170px;
  }
}
@media screen and (max-width: 376px) {
  .spief-banner {
    width: 300px;
    bottom: -10px;
    left: -130px;
  }
}
.spief-banner.is-visible {
  display: block;
}
.spief-banner.is-clickable svg > g {
  pointer-events: all;
  cursor: pointer;
}
body.web-stories-lightbox-open .spief-banner, body.active .spief-banner {
  display: none;
}
