.swop21-explore-title {
  padding-top: 45px;
  padding-bottom: 40px;
}

.swop21-explore-title .swop21-line {
  top: 0;
  left: 0;
}

.swop21 .swop21-explore-title h3 {
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}

@media all and (min-width: 768px) {
  .swop21-explore-title {
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .swop21 .swop21-explore-title h3 {
    font-size: 76px;
    line-height: 62px;
  }
}

@media all and (min-width: 1000px) {
  .swop21 .swop21-explore-title h3 {
    font-size: 96px;
    line-height: 82px;
  }
}

/* --- Links --- */

.swop21-explore-links .swop21-line {
  left: 0;
}

.swop21-explore-link {
  display: block;
  padding: 12px 17px;
  border-bottom: 1px solid #787878;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-explore-link.active {
  text-decoration: line-through;
}

.swop21-explore-link-big {
  display: block;
  font-size: 40px;
  line-height: 40px;
}

.swop21-explore-link-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url(images/icon-arrow-right.svg) center center no-repeat;
  background-size: 14px 14px;
}

@media all and (min-width: 768px) {
  .swop21-explore-link {
    padding: 24px 0 24px 24px;
    font-size: 28px;
    line-height: 32px;
  }

  .swop21-explore-link-big {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 2px;
  }

  .swop21-es .swop21-explore-link span.swop21-explore-link-big {
    font-size: 48px;
    line-height: 48px;
  }

  .swop21-fr .swop21-explore-link span.swop21-explore-link-big {
    font-size: 48px;
    line-height: 48px;
  }

  .swop21-explore-link-arrow {
    display: none;
  }
}

@media all and (min-width: 1000px) {
  .swop21-explore-links {
    padding-left: 24px;
  }

  .swop21-explore-links-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .swop21-explore-link {
    width: 33.3333%;
    padding: 39px 10px 10px 24px;
    border: 0;
    min-height: 223px;
  }

  .swop21-explore-link:hover {
    box-shadow: 1px 0 #787878 inset;
  }
}

@media all and (min-width: 1200px) {
  .swop21-es .swop21-explore-link span.swop21-explore-link-big {
    font-size: 60px;
    line-height: 60px;
  }

  .swop21-fr .swop21-explore-link span.swop21-explore-link-big {
    font-size: 60px;
    line-height: 60px;
  }
}

/* --- Artwork --- */

.swop21-artwork {
  padding-top: 44px;
}

.swop21-artwork-gotop-wrapper {
  position: relative;
}

.swop21-artwork-gotop {
  width: 38px;
  height: 38px;
  background: url(images/icon-arrow-up.svg) center center no-repeat;
  background-size: 38px 38px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.swop21-artwork .swop21-line {
  top: 0;
  left: 0;
}

.swop21 h3.swop21-artwork-title {
  padding: 0 0 44px 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.swop21-artwork-list {
  width: 100%;
  padding-bottom: 36px;
}

.swop21-artwork-list ol {
  margin: 0 0 0 -24px;
  padding: 0;
}

.swop21-artwork-list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 19px 24px;
  list-style: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-artwork-img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50% 50%;
  border: 2px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop21-artwork-img img {
  display: block;
}

.swop21-artwork-name {
  float: left;
  width: calc(100% - 70px);
  padding-left: 14px;
  font-size: 20px;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .swop21 h3.swop21-artwork-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media all and (min-width: 900px) {
  .swop21-artwork-list li {
    width: 50%;
  }
}

@media all and (min-width: 1000px) {
  .swop21 h3.swop21-artwork-title {
    font-size: 36px;
    line-height: 36px;
  }
}

@media all and (min-width: 1200px) {
  .swop21-artwork-list li {
    width: 33.3333%;
  }
}

@media all and (min-width: 1600px) {
  .swop21-artwork-list li {
    width: 25%;
  }
}
