.swop19-data {
  height: calc(100vh + 1px);
  position: relative;
  text-align: center;
}

.swop19-data-inner-1 {
  display: block;
  height: 100%;
  width: 100%;
}

.swop19-data-inner-2 {
  display: block;
  padding-top: calc(52px + 20vh);
}

.swop19-data-content {
  position: relative;
  z-index: 3;
}

h2.swop19-data-title {
  margin: -30px 0 49px 0;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.swop19-data .swop19-data-link a {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
}

.swop19-data .swop19-data-link a span {
  display: block;
  border: 4px solid #fff;
  padding: 11px 22px 15px 22px;
  background: rgba(74, 74, 74, 0.25);
  color: #fff;
  transition: background-color 0.3s;
  position: relative;
}

.swop19-data .swop19-data-link a:hover span {
  background-color: rgba(74, 74, 74, 0.55);
  color: #fff;
}

.swop19-data .swop19-credit {
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

.swop19-data-img-mobile,
.swop19-data-img-desktop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: right top no-repeat;
  background-size: cover;
}

.swop19-data-img-mobile {
  background-image: url(images/data-mobile.jpg);
}

.swop19-data-img-desktop {
  display: none;
  background-image: url(images/data.jpg);
}

.swop19-data-img .swop19-credit {
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .swop19-data-img-mobile {
    display: none;
  }

  .swop19-data-img-desktop {
    display: block;
  }

  .swop19-data .swop19-data-link a {
    font-size: 36px;
    line-height: 36px;
  }

  .swop19-data .swop19-data-link a span {
    padding: 11px 74px 15px 22px;
  }

  .swop19-data .swop19-data-link a span:after {
    content: '';
    width: 38px;
    height: 100%;
    background: url(images/arrow.svg) center center no-repeat;
    background-size: 38px auto;
    position: absolute;
    right: 22px;
    top: 0;
  }
}
