.swop20-cover .swop20-lock-stick {
  background: #96979c url(../../images/2020/cover/bg-mobile.jpg) right top no-repeat;
  background-size: 100% auto;
}

.swop20-cover .swop20-lock-content {
  background: url(../../images/2020/cover/bg-edge.png) center bottom no-repeat;
  background-size: 100% auto;
}

.swop20 .swop20-cover-title {
  margin: 0;
  color: #000;
  font-size: 78px;
  line-height: 78px;
  text-transform: uppercase;
}

.swop20-es .swop20-cover-title,
.swop20-fr .swop20-cover-title,
.swop20-ar .swop20-cover-title {
  font-size: 58px;
  line-height: 58px;
}

.swop20-cover-subtitle {
  margin: 0;
  padding-top: 5px;
  max-width: 400px;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}

.swop20-cover-down-arrow {
  width: 33px;
  height: 17px;
  background: url(../../images/2020/cover/arrow-down.svg) 0 0 no-repeat;
  background-size: 33px 17px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -16px;
  z-index: 5;
}

.swop20-cover-down-label {
  width: 280px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -140px;
  z-index: 5;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media all and (min-width: 768px) {
  .swop20-cover .swop20-lock-stick {
    background-image: url(../../images/2020/cover/bg.jpg);
    background-size: 130% auto;
  }

  .swop20 .swop20-cover-title {
    font-size: 121px;
    line-height: 112px;
    letter-spacing: -0.1px;
  }

  .swop20-es .swop20-cover-title,
  .swop20-fr .swop20-cover-title,
  .swop20-ar .swop20-cover-title {
    font-size: 95px;
    line-height: 95px;
  }

  .swop20-cover-subtitle {
    max-width: 500px;
    font-size: 30px;
    line-height: 40px;
  }

  .swop20-cover-down-arrow {
    width: 45px;
    height: 24px;
    background-size: 45px 24px;
    margin-left: -22px;
  }

  .swop20-cover-down-label {
    font-size: 16px;
    line-height: 16px;
    bottom: 80px;
  }
}

@media all and (min-width: 1200px) {
  .swop20-cover .swop20-lock-stick {
    background-size: 100% auto;
  }

  .swop20 .swop20-cover-title {
    font-size: 182px;
    line-height: 166px;
    letter-spacing: -0.22px;
  }

  .swop20-es .swop20-cover-title,
  .swop20-fr .swop20-cover-title,
  .swop20-ar .swop20-cover-title {
    font-size: 140px;
    line-height: 135px;
  }

  .swop20-cover-subtitle {
    max-width: 800px;
    font-size: 36px;
    line-height: 46px;
  }

  .swop20-cover-down-arrow {
    bottom: 65px;
  }

  .swop20-cover-down-label {
    bottom: 100px;
  }
}

/* RTL */
.lang-ar .swop20-cover .swop20-lock-stick {
  background-image: url(../../images/2020/cover/bg-mobile-rtl.jpg);
  background-position: left top;
}

.lang-ar .swop20-cover-subtitle {
  padding-top: 30px;
}

@media all and (min-width: 768px) {
  .lang-ar .swop20-cover .swop20-lock-stick {
    background-image: url(../../images/2020/cover/bg-rtl.jpg);
  }

  .lang-ar .swop20-cover-subtitle {
    padding-top: 45px;
  }
}

.lang-ar .swop20 .swop20-cover-title {
  text-align: right;
}

@media all and (min-width: 1200px) {
  .lang-ar .swop20-cover-subtitle {
    padding-top: 60px;
  }
}
