/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

@media (min-width: 750px) {
  html[dir="rtl"] .image-embed {
    margin-left: 10%;
    margin-right: 25%;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .image-embed {
    margin-left: 30%;
    margin-right: 20%;
  }
}

@media (min-width: 750px) {
  .image-embed__container {
    margin-left: 0;
    padding-left: 7.14286%;
    padding-right: 7.14286%;
  }
}

@media (min-width: 1200px) {
  .image-embed__container {
    padding-left: 4.54545%;
    padding-right: 9.09091%;
  }
}

html[dir="rtl"] .image-embed__container {
  padding-right: 20%;
  padding-left: 0;
}

@media (min-width: 750px) {
  html[dir="rtl"] .image-embed__container {
    padding-right: 7.14286%;
    padding-left: 14.28571%;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .image-embed__container {
    padding-right: 3.57143%;
    padding-left: 7.14286%;
  }
}

.image-embed__container::before {
  content: '';
  position: absolute;
  top: -1.75rem;
  left: 0;
  width: .0625rem;
  height: calc(100% + 1.75rem);
  background-color: #5b616b;
  opacity: .49;
}

@media (min-width: 750px) {
  .image-embed__container::before {
    top: -1.8125rem;
    height: calc(100% + 1.8125rem);
  }
}

@media (min-width: 1200px) {
  .image-embed__container::before {
    top: -1.6875rem;
    height: calc(100% + 1.6875rem);
  }
}

html[dir="rtl"] .image-embed__container::before {
  left: auto;
  right: 0;
}

html[dir="rtl"] .image-embed__container .caption {
  font-size: .9375rem;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  html[dir="rtl"] .image-embed__container .caption {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.image-embed__container .eyebrow {
  font-size: .625rem;
  line-height: 1.5625rem;
  letter-spacing: .11875rem;
  color: #555;
}

@media (min-width: 750px) {
  .image-embed__container .eyebrow {
    font-size: .75rem;
    line-height: 1.6875rem;
    letter-spacing: .14375rem;
    color: #231f20;
  }
}

.image-embed__image {
  overflow: hidden;
}

@media (max-width: 749px) {
  .image-embed__image {
    height: 25rem;
  }
}

@media (min-width: 750px) {
  .image-embed__image {
    position: relative;
  }

  .image-embed__image:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 66.66667%;
  }

  .image-embed__image > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

.image-embed__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%";
}

.image-embed__image picture {
  height: 100%;
}

@media (max-width: 749px) {
  .image-embed__image--mobile {
    display: block;
  }
}

@media (min-width: 750px) {
  .image-embed__image--mobile {
    display: none;
  }
}

@media (max-width: 749px) {
  .image-embed__image--mobile + .image-embed__image {
    display: none;
  }
}

.image-embed__image.is-top img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover; object-position: top";
}

.image-embed__image.is-center img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%";
}

.image-embed__image.is-bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom";
}

.image-embed .share {
  margin-top: .9375rem;
}

@media (min-width: 750px) {
  .image-embed .share {
    margin-top: 1.25rem;
  }

  html[dir="rtl"] .image-embed .share {
    margin-top: .9375rem;
  }
}

@media (min-width: 1200px) {
  .image-embed--full {
    margin-left: 25%;
  }

  html[dir="rtl"] .image-embed--full {
    margin-right: 25%;
  }
}

.image-embed--full .image-embed__image {
  height: auto;
}

@media (min-width: 750px) {
  .image-embed--full .image-embed__image {
    margin-left: -30.76923%;
    margin-right: -7.69231%;
  }
}

@media (min-width: 1200px) {
  .image-embed--full .image-embed__image {
    margin-left: -36.36364%;
    margin-right: -27.27273%;
  }
}

@media (min-width: 1600px) {
  .image-embed--full .image-embed__image {
    position: relative;
    left: calc(55% - 50vw + 4px);
    width: calc(100vw - 20%);
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 750px) {
  html[dir="rtl"] .image-embed--full .image-embed__image {
    margin-left: -7.69231%;
    margin-right: -30.76923%;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .image-embed--full .image-embed__image {
    margin-left: -27.27273%;
    margin-right: -36.36364%;
  }
}

@media (min-width: 1600px) {
  html[dir="rtl"] .image-embed--full .image-embed__image {
    left: auto;
    right: calc(55% - 50vw + 4px);
    margin-right: 0;
  }
}

.image-embed--full .image-embed__image::before {
  content: none;
}

.image-embed--full .image-embed__image picture {
  position: relative;
}

html[dir="rtl"] .image-embed--full .image-embed__container {
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 10%;
}

@media (min-width: 750px) {
  html[dir="rtl"] .image-embed--full .image-embed__container {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 7.69231%;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .image-embed--full .image-embed__container {
    margin-right: 0;
    padding-right: 4.54545%;
    padding-left: 9.09091%;
  }
}

.image-embed--portrait {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

@media (min-width: 750px) {
  .image-embed--portrait {
    width: 35%;
    margin-right: 30%;
    margin-left: 25%;
  }

  html[dir="rtl"] .image-embed--portrait {
    width: 35%;
    margin-right: 25%;
    margin-left: 35%;
  }
}

@media (min-width: 1200px) {
  .image-embed--portrait {
    margin-left: 20%;
    margin-right: 45%;
  }

  html[dir="rtl"] .image-embed--portrait {
    margin-right: 20%;
    margin-left: 45%;
  }
}

.image-embed--portrait picture,
.image-embed--portrait img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%";
}

.image-embed--portrait picture:before,
.image-embed--portrait img:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 143.93939%;
}

.image-embed--portrait picture > *,
.image-embed--portrait img > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .image-embed--portrait picture,
  .image-embed--portrait img {
    position: relative;
  }

  .image-embed--portrait picture:before,
  .image-embed--portrait img:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 150.35629%;
  }

  .image-embed--portrait picture > *,
  .image-embed--portrait img > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}

.image-embed--portrait .image-embed__container {
  margin-left: 0;
  padding-left: 1.8125rem;
}

html[dir="rtl"] .image-embed--portrait .image-embed__container {
  padding-left: 0;
  padding-right: 1.8125rem;
}

@media (min-width: 750px) {
  .image-embed--portrait .share__toggle .eyebrow {
    font-size: .625rem;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .image-embed--portrait .share__toggle .eyebrow {
    font-size: .75rem;
    line-height: 1.6875rem;
  }
}

/*# sourceMappingURL=image.css.map */
