.swop19-intro {
  background: #fcfcfc;
}

.swop19-intro h2 {
  margin: 0;
}

.swop19-intro-title-1 {
  display: block;
  width: 100%;
  color: #e03737;
  overflow: hidden;
}

.swop19-intro-title-2 {
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}

.swop19-intro-title-1,
.swop19-intro-title-2 {
  font-size: 48px;
  line-height: 58px;
}

p.swop19-intro-subtitle {
  margin: 5px 0 0 0;
  padding: 10px 0;
  color: #07081b;
  font-size: 29px;
  line-height: 35px;
  letter-spacing: 2px;
}

p.swop19-intro-subtitle span {
  display: inline-block;
  padding: 0 10px 2px;
  background: rgba(255, 255, 255, 0.5);
}

.swop19-intro-sharelink {
  margin-top: 20px;
}

.swop19-intro-sharelink a {
  width: 60px;
  height: 60px;
}

.swop19-intro-sharelink a svg.swop19-sharelink-nohover circle {
  fill: rgba(255, 255, 255, 0.5);;
}

.swop19-intro-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.swop19-intro-animate-slide {
  display: block;
  width: 100%;
  position: relative;
  left: 100%;
  transition: left 0.5s ease-out;
}

.swop19-intro-animate-slide.has-animated {
  left: 0;
}

.swop19-intro-animate-fade {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.swop19-intro-animate-fade.has-animated {
  opacity: 1;
}

@media all and (min-width: 768px) {
  .swop19-intro-title-1,
  .swop19-intro-title-2 {
    font-size: 70px;
    line-height: 85px;
  }

  p.swop19-intro-subtitle {
    font-size: 36px;
    line-height: 44px;
  }
}

@media all and (min-width: 950px) {
  .swop19-intro-title-1,
  .swop19-intro-title-2 {
    font-size: 90px;
    line-height: 105px;
  }

  .swop19-intro-title-2 {
    margin-top: -10px;
  }

  p.swop19-intro-subtitle {
    font-size: 40px;
    line-height: 46px;
  }
}

@media all and (min-width: 1200px) {
  .swop19-intro-title-1,
  .swop19-intro-title-2 {
    font-size: 100px;
    line-height: 110px;
  }

  .swop19-intro-title-2 {
    margin-top: -15px;
  }

  .swop19-intro-sharelink {
    margin-top: 25px;
  }

  .swop19-intro-sharelink a {
    width: 70px;
    height: 70px;
  }
}

@media all and (min-width: 1400px) and (min-height: 700px) {
  .swop19-intro-title-1,
  .swop19-intro-title-2 {
    font-size: 160px;
    line-height: 180px;
  }

  .swop19-intro-title-2 {
    margin-top: -30px;
  }

  p.swop19-intro-subtitle {
    font-size: 40px;
    line-height: 46px;
  }

  .swop19-intro-sharelink {
    margin-top: 40px;
  }

  .swop19-intro-sharelink a {
    width: 80px;
    height: 80px;
  }
}
