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

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

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

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

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

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

.swop21-loading-play {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.swop21-loading-play-inner {
  max-width: 200px;
  margin: 0 auto;
}

.swop21-loading-play a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background: center center no-repeat;
  background-position: 60% center;
  background-size: 50% auto;
}

.swop21-loading-skip {
  display: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 36px;
}

.swop21-loading .swop21-loading-skip a {
  display: inline-block;
  background: url(../../images/2021/loading/icon-arrow-right.svg) no-repeat center right;
  background-size: 20px;
  padding: 10px 30px 10px 10px;
  font-size: 22px;
  line-height: 22px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

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

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

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

  .swop21-loading-play-inner {
    max-width: 250px;
  }
}
