.cap-hero {
  position: relative;
  background: #F3F3F3;
  padding-bottom: 4rem;
}

.cap-hero .breadcrumbs {
  z-index: 3;
}

.cap-hero h1.section-title {
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 137.5%;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}

.cap-hero .section-title {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 151%;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 2rem;
}

.cap-hero .cap__img {
  -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
}

.cap {
  padding: 4rem 0;
}

.cap .section-title {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 151%;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 2rem;
}

.cap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}

.cap__inner:not(:last-child) {
  margin-bottom: 5rem;
}

.cap__info-text {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #4B4B4B;
  margin-bottom: 2rem;
}

.cap__img {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
}

.cap__img img {
  width: 100%;
}

.cap--gray {
  background: #F3F3F3;
}

.more {
  margin-top: -4rem;
}

.loupe {
  border: .2rem solid #BCBCBC;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: none;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

@media only screen and (min-width: 968px) {
  .cap-hero .cap__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .cap:nth-of-type(2) .cap__inner:nth-of-type(odd) .cap__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .cap:nth-of-type(2) .cap__inner:nth-of-type(even) .cap__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .cap__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cap__inner:nth-of-type(odd) .cap__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .cap__info {
    width: 48%;
  }

  .cap__img {
    width: 48%;
  }
}

@media only screen and (min-width: 1280px) {
  .cap-hero {
    padding-bottom: 6rem;
  }

  .cap-hero a[data-fancybox] {
    pointer-events: none;
  }

  .cap-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 7.5rem solid #E9E9E9;
    top: 0rem;
    left: -100%;
    right: 25%;
    height: 65%;
  }

  .cap-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 7.5rem solid #E9E9E9;
    border-bottom: none;
    top: 0rem;
    left: 80%;
    right: -20%;
    bottom: -20%;
    height: 100%;
  }

  .cap-hero .breadcrumbs {
    margin-top: 2.5rem;
  }

  .cap-hero h1.section-title {
    margin-bottom: 6rem;
    font-size: 3.2rem;
    line-height: 137.5%;
    letter-spacing: -0.02em;
  }

  .cap-hero .section-title {
    font-size: 2.6rem;
    line-height: 151%;
    margin-bottom: 1.5rem;
  }

  .cap-hero .cap__img {
    width: 65%;
    margin-left: -7%;
  }

  .cap {
    padding: 6rem 0;
    position: relative;
  }

  .cap a[data-fancybox] {
    pointer-events: none;
  }

  .cap:nth-child(2)::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-left: 7.5rem solid #F3F3F3;
    border-bottom: 7.5rem solid #F3F3F3;
    top: 0;
    left: 80%;
    right: -20%;
    bottom: 20%;
  }

  .cap:nth-child(3)::before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 7.5rem solid #E9E9E9;
    border-right: none;
    top: 7%;
    left: 20%;
    right: 0%;
    bottom: 35%;
  }

  .cap:nth-child(3)::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 7.5rem solid #E9E9E9;
    border-top: 7.5rem solid #E9E9E9;
    top: 7%;
    left: 0;
    right: 85%;
    bottom: 0%;
  }

  .cap:nth-child(4)::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 7.5rem solid #F3F3F3;
    top: 0%;
    left: 0%;
    right: 85%;
    bottom: 65%;
  }

  .cap:nth-child(4)::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-bottom: 7.5rem solid #F3F3F3;
    top: 0%;
    left: 15%;
    right: 0;
    bottom: 65%;
  }

  .cap .section-title {
    font-size: 2.6rem;
    line-height: 151%;
    margin-bottom: 1.5rem;
  }

  .cap__inner:nth-of-type(odd) .cap__img {
    width: 70%;
    margin-left: -10%;
    margin-right: -10%;
  }

  .cap__inner:nth-of-type(even) .cap__img {
    width: 70%;
    margin-right: -10%;
    margin-left: -10%;
  }

  .cap__inner:not(:last-child) {
    margin-bottom: 8rem;
  }

  .cap__inner:last-child {
    margin-bottom: 2rem;
  }

  .cap__info {
    width: 37%;
  }

  .cap:nth-of-type(2) .cap__inner:nth-of-type(odd) .cap__img {
    width: 70%;
    margin-right: -10%;
  }

  .cap:nth-of-type(2) .cap__inner:nth-of-type(even) .cap__img {
    width: 70%;
    margin-left: -10%;
  }

  .more {
    margin-top: -8rem;
  }
}