.swop18-panels {
  background: #fff;
  position: relative;
  z-index: 2;
}

.swop18-panels-inner {
  padding-top: 96px;
}

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

.swop18-panel {
  width: 100%;
  margin-bottom: 24px;
}

.swop18-panels .swop18-panel a {
  display: block;
  width: 100%;
  text-decoration: none;
  outline: 0 none;
}

.swop18-panel-holder {
  width: 100%;
  height: 0;
  padding-bottom: 129.1%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5
}

.swop18-panel-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: transform 1s ease-out;
}

.swop18-panel a:hover .swop18-panel-img {
  transform: scale(1.02);
}

.swop18-panel-content {
  width: 100%;
  height: 100%;
  padding: 24px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop18-panel-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(180deg, rgba(7, 28, 56, 0) 0%, rgba(7, 8, 27, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.swop18-panel-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

h3.swop18-panel-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  overflow: hidden;
}

h3.swop18-panel-title span {
  display: block;
  float: left;
  clear: left;
  padding: 0 14px 2px 14px;
  margin-bottom: 2px;
}

.swop18-panel-texts {
  width: 100%;
  padding-left: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop18-panel-texts:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swop18-panel-texts p {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  max-width: 256px;
}

.swop18-panel-explore {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.swop18-panel-explore span {
  float: left;
  padding-right: 30px;
  background: url(images/arrow-right.svg) right center no-repeat;
  background-size: 19px 8px;
}

.swop18-panels-download-links {
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.swop18-panels-download-links-title {
  margin: 0 0 10px;
  color: #231f20;
}

.swop18-panels-download-link,
.swop18-panels-download-link:visited {
  display: inline-block;
  margin: 0 10px;
  color: #858381;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all 0.5s;
  outline: 0;
}

.swop18-panels-download-link:hover {
  color: #231f20;
  border-bottom-color: #231f20;
}

@media all and (min-width: 480px) {
  h3.swop18-panel-title {
    font-size: 34px;
    line-height: 42px;
  }

  .swop18-panel-texts p {
    font-size: 24px;
    line-height: 30px;
  }

  .swop18-panel-explore {
    font-size: 16px;
    line-height: 1em;
  }
}

@media all and (min-width: 768px) {
  h2.swop18-panels-title {
    font-size: 60px;
    line-height: 72px;
  }

  p.swop18-panels-subtitle {
    font-size: 30px;
    line-height: 38px;
  }

  .swop18-panels-download-links-title {
    display: inline-block;
    margin: 0 10px;
  }
}

@media all and (min-width: 850px) {
  .swop18-panels-wrap {
    overflow: hidden;
  }

  .swop18-panels-panels {
    margin-left: -24px;
  }
  
  .swop18-panel {
    float: left;
    width: 33.3333%;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }

  .swop18-panel.swop18-panel-unanimated {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    opacity: 0;
  }


  .swop18-panel-content:after {
    height: 100%;
  }

  .swop18-panel-content:after,
  .swop18-panel-texts {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }

  .swop18-panel a:hover .swop18-panel-content:after,
  .swop18-panel a:hover .swop18-panel-texts {
    opacity: 1;
  }

  h3.swop18-panel-title {
    font-size: 24px;
    line-height: 32px;
  }

  .swop18-panel-texts p {
    font-size: 20px;
    line-height: 26px;
  }

  .swop18-panel-explore {
    font-size: 14px;
    line-height: 1em;
  }
}

@media all and (min-width: 1100px) {
  h3.swop18-panel-title {
    font-size: 34px;
    line-height: 42px;
  }

  .swop18-panel-texts p {
    font-size: 24px;
    line-height: 30px;
  }

  .swop18-panel-explore {
    font-size: 16px;
    line-height: 1em;
  }
}