/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Image */
.wkImage {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkImage {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkImage {
    padding: 0;
  }
}
.wkImage__wrapper {
  margin: 0 auto;
  max-width: 111rem;
  position: relative;
}
.wkImage__content {
  left: 2rem;
  position: absolute;
  top: 2rem;
  z-index: 1;
}
.wkImage__content h2 {
  background: var(--hl-white);
  border-radius: 0.7rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-family: var(--thomasheadline);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .wkImage__content h2 {
    font-size: 4.8rem;
  }
}
.wkImage__content p {
  background: var(--hl-white);
  border-radius: 0.7rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-size: 1.2rem;
  line-height: 2.4;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .wkImage__content p {
    font-size: 1.6rem;
  }
}
.wkImage__title, .wkImage__text {
  width: 100%;
}
.wkImage__image figure {
  position: relative;
}
.wkImage__image figure figcaption {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
}
.wkImage__image figure figcaption span {
  background: var(--hl-white);
  border-radius: 0.7rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-size: 1.2rem;
  line-height: 2.4;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .wkImage__image figure figcaption span {
    font-size: 1.6rem;
  }
}
.wkImage__image picture {
  height: 100%;
  width: 100%;
}
.wkImage__image picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
/*# sourceMappingURL=wkImage.css.map */
