.sl-app-install-prompter-picture {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  max-height: 400px;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 1000;
}
.sl-app-install-prompter-picture.bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1000;
}
.sl-app-install-prompter-picture.top {
  position: sticky;
  top: 0;
}
.sl-app-install-prompter-picture .sl-app-install-prompter-picture-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 959px) {
  .sl-app-install-prompter-picture-active {
    display: flex;
  }
}
.sl-app-install-prompter-picture-close {
  cursor: pointer;
}
.sl-app-install-prompter-picture-close.left {
  position: absolute;
  left: 12px;
  top: 12px;
}
.sl-app-install-prompter-picture-close.right {
  position: absolute;
  right: 12px;
  top: 12px;
}

.sl-app-install-prompter-picture-close-img {
  display: block;
}