/* DMM/Jordan live resource-page UX fixes */
body.page-id-1862 .inner-banner {
  position: relative;
  isolation: isolate;
}
body.page-id-1862 .inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.42);
  z-index: 0;
}
body.page-id-1862 .inner-banner > .container {
  position: relative;
  z-index: 1;
}

/* Keep sticky navigation from covering anchored headings on both resource pages. */
body.page-id-1862 .inner-page-section h1,
body.page-id-1862 .inner-page-section h2,
body.page-id-1864 .inner-page-section h1,
body.page-id-1864 .inner-page-section h2 {
  scroll-margin-top: 120px;
}

/* Florida sun 2-up: equal-height, equal-crop presentation. */
body.page-id-1864 .inner-page-section img[alt="Finished car with ceramic coating in Florida sun"],
body.page-id-1864 .inner-page-section img[alt="Finished Ford F-250 truck in the Palm Beach Ceramics shop"] {
  display: block;
  width: 100%;
  height: 360px !important;
  object-fit: cover;
}
@media (max-width: 767px) {
  body.page-id-1864 .inner-page-section img[alt="Finished car with ceramic coating in Florida sun"],
  body.page-id-1864 .inner-page-section img[alt="Finished Ford F-250 truck in the Palm Beach Ceramics shop"] {
    height: 260px !important;
  }
}