.slot-slider__loading {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slot-slider__loading h3 {
  margin: 0;
}

.slot-slider__text {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translatex(-50%);
}

.sub-banner-img {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
