.swop18-data {
  padding-bottom: 24px;
}

.swop18-data-inner {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.swop18-data-content {
  padding-top: 48px;
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
  text-align: center;
}

.swop18-data-content-inner {
  position: relative;
  z-index: 2;
}

.swop18-data .swop18-dash {
  margin-bottom: 39px;
}

h2.swop18-data-title {
  margin: 0 0 36px 0;
  color: #07081b;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
}

p.swop18-data-intro {
  margin: 0;
  padding: 0 24px 48px;
  text-align: center;
}

.swop18-data .swop18-data-link a {
  display: inline-block;
  border-width: 4px;
  border-style: solid;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
}

.swop18-data .swop18-data-link a span {
  display: block;
  padding: 10px 52px 10px 12px;
  background: url(images/arrow-right.svg) right center no-repeat;
  background-position: right 12px center;
  background-size: auto 26px;
  color: #07081b;
}

.swop18-data .swop18-data-link a:hover span {
  color: #fff;
  background-image: url(images/arrow-right-white.svg);
}

.swop18-data-img {
  width: 100%;
  height: 80%;
  overflow: hidden;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

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

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

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

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

.swop18-data-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: -moz-linear-gradient(180deg, #fff 0%, rgba(255 ,255, 255, 0.8) 50%, rgba(255 ,255, 255, 0.00001) 100%);
  background-image: -webkit-linear-gradient(180deg, #fff 0%, rgba(255 ,255, 255, 0.8) 50%, rgba(255 ,255, 255, 0.00001) 100%);
  background-image: linear-gradient(180deg, #fff 0%, rgba(255 ,255, 255, 0.8) 50%, rgba(255 ,255, 255, 0.00001) 100%);
}

.swop18-panels-download-links.downButtons {
  float: none;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .swop18-data-content {
    padding-top: 96px;
  }
  
  .swop18-data-img-mobile {
    display: none;
  }
  
  .swop18-data-img-desktop {
    display: block;
  }
}

@media all and (max-height: 900px) {
  .swop18-data-inner {
    min-height: 120vh;
  }
}
