.ls-banner {
  margin: 10px 0;
}

.ls-banner > div > div {
  position: relative;
  width: 100%;
  height: 250px;
}

.ls-banner--mobile > div > div {
  width: 300px;
  height: 250px;
}

.ls-banner--sticky > div {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 66px;
}

.ls-banner--sticky > div > div {
  max-width: 1000px;
  max-height: 150px;
}

.close-banner {
  position: absolute;
  top: 1px;
  right: 1px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: small;
}
