.swop19-circle {
  background: #000;
  color: #ffffff;
}

h3.swop19-circle-title {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
}

p.swop19-circle-p-mobile {
  margin: 30px 0 12px 0;
  font-size: 22px;
  line-height: 32px;
}

.swop19-circle-holder * {
  transition: opacity 0.5s;
}

/* On mobile this looks like a regular list. */
/* On desktop each list item is positioned in front of the circle as a label. */
.swop19-circle-holder ol {
  margin: 0;
  padding: 0 0 0 23px;
  font-size: 22px;
  line-height: 32px;
}

.swop19-circle-image-pos {
  margin-top: 48px;
  position: relative;
}

span.swop19-circle-label {
  position: absolute;
  font-size: 26px;
  line-height: 26px;
  width: 26px;
  margin-top: -13px;
  text-align: center;
  transition: opacity 0.3s;
}

html.js .swop19-circle .swop19-circle-label {
  opacity: 0;
}

/* Mobile labels in front of circle image are just numbers. */
span.swop19-circle-label-1 {
  right: 21%;
  top: 8%;
  margin-right: -13px;
}

span.swop19-circle-label-2 {
  right: 5%;
  top: 49.5%;
  margin-right: -13px;
}

span.swop19-circle-label-3 {
  right: 22%;
  top: 93%;
  margin-right: -13px;
}

span.swop19-circle-label-4 {
  left: 22%;
  top: 93%;
  margin-left: -13px;
}

span.swop19-circle-label-5 {
  left: 5%;
  top: 49.5%;
  margin-left: -13px;
}

span.swop19-circle-label-6 {
  left: 21%;
  top: 8%;
  margin-left: -13px;
}

.swop19-circle-image-holder {
  margin: 0 auto;
  width: 80%;
  height: 0;
  /* 472 / 566 */
  padding-bottom: 83.392%;
  position: relative;
}

.swop19-circle-image-holder svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.swop19-circle-image-holder svg path {
  transition: opacity 0.3s;
}

.swop19-circle-label-center {
  display: none;
}

@media all and (min-width: 680px) {
  p.swop19-circle-p-mobile {
    display: none;
  }

  .swop19-circle-holder {
    margin-top: 30px;
  }

  .swop19-circle-label-center {
    display: table;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    display: table;
    width: 46%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 27%;
    z-index: 2;
  }

  .swop19-circle-label-center-inner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
  }
}

@media all and (min-width: 768px) {
  h3.swop19-circle-title {
    margin: 0 auto;
    max-width: 830px;
    font-size: 46px;
    line-height: 58px;
    text-align: center;
  }

  .swop19-circle-holder {
    margin-top: 76px;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }

  /* On desktop position <ol> list items as labels in front of the circle. */
  .swop19-circle-holder ol {
    list-style: none;
    padding: 0;
  }

  .swop19-circle-holder li.swop19-circle-label {
    position: absolute;
    z-index: 2;
  }

  .swop19-circle-label-1,
  .swop19-circle-label-2,
  .swop19-circle-label-3 {
    right: 0;
  }

  .swop19-circle-label-1 span,
  .swop19-circle-label-2 span,
  .swop19-circle-label-3 span {
    display: block;
    max-width: 270px;
  }

  .swop19-circle-label-4,
  .swop19-circle-label-5,
  .swop19-circle-label-6 {
    left: 0;
    text-align: right;
  }

  .swop19-circle-label-4 span,
  .swop19-circle-label-5 span,
  .swop19-circle-label-6 span {
    float: right;
    max-width: 270px;
  }

  .swop19-circle-label-1 {
    top: 4.1%;
    width: 32%;
  }

  .swop19-circle-label-2 {
    top: 48.3%;
    width: 22%;
  }

  .swop19-circle-label-3 {
    top: 89%;
    width: 33%;
  }

  .swop19-circle-label-4 {
    top: 89%;
    width: 26%;
    left: 7%;
  }

  .swop19-circle-label-5 {
    top: 48.3%;
    width: 22%;
  }

  .swop19-circle-label-6 {
    top: 0;
    width: 32%;
  }

  /* Hide mobile number-only labels. */
  span.swop19-circle-label {
    display: none;
  }

  .swop19-circle-image-pos {
    margin: 0;
    max-width: none;
    position: absolute;
    z-index: 1;
    width: 52%;
    left: 24%;
    top: 12%;
  }

  .swop19-circle-image-pos span.swop19-circle-label {
    display: none;
  }

  .swop19-circle-image-holder {
    width: 100%;
  }

  .swop19-circle-label-center {
    width: 42%;
    left: 29%;
  }
}

@media all and (min-width: 768px) and (max-height: 900px) {
  h3.swop19-circle-title {
    font-size: 40px;
    line-height: 52px;
  }

  .swop19-circle-holder {
    margin-top: 36px;
  }

  .swop19-circle-label-center {
    font-size: 18px;
    line-height: 28px;
  }

  .swop19-circle-holder ol {
    font-size: 20px;
    line-height: 30px;
  }

  .swop19-circle-holder ol span {
    position: relative;
    top: -4px;
  }

  .swop19-circle-wrapper {
    margin: 0 auto;
    max-width: 760px;
  }
}