.hero-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-photo picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real-logo,
.real-logo img,
.footer-real-logo,
.footer-real-logo img {
  background: transparent !important;
}
.real-logo img {
  display: block;
}
.about-image {
  box-shadow:
    0 0 0 1px #d8c8b7,
    0 0 0 8px #fff,
    0 0 0 9px #dfd1c2;
}
.floating-bird,
.botanical,
.bird-divider {
  image-rendering: auto;
}

/* Force the heart ornament to remain a typographic brand mark on Apple devices. */
.ornament span,
.pill b,
.hero-badge span,
.quote-grid span {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: normal;
  font-variant-emoji: text;
}

/* Exact artwork placement from the supplied house-style reference. */
.exact-about > .floating-bird {
  left: calc(8vw - 92px) !important;
  bottom: 25px !important;
  width: 82px !important;
  height: auto !important;
  z-index: 4;
  filter: none;
}

.exact-about > .botanical {
  right: 3.5%;
  bottom: -23px;
  width: 145px;
  height: 330px;
  opacity: 0.58;
}

@media (max-width: 860px) {
  .exact-about > .floating-bird {
    display: none !important;
  }

  .exact-about > .botanical {
    display: none;
  }

  .exact-about {
    overflow: visible;
    padding-bottom: 42px;
  }

  .exact-about .about-copy {
    padding-bottom: 0;
  }
}
