.swop22-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 29;
  background: #fff;
}

.swop22-loading-align {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.swop22-loading-content {
  width: 280px;
  position: relative;
}

.swop22-loading-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.swop22-loading-logo-img {
  width: 100%;
  height: 70px;
  background: #fff center center no-repeat;
  background-size: 100% auto;
}

.swop22-loading-progress {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 768px) {
  .swop22-loading-content {
    width: 360px;
  }

  .swop22-loading-logo-img {
    height: 75px;
  }

  .swop22-loading-progress {
    width: 250px;
    height: 250px;
  }
}
