/* Service artwork stays visible when replacing an unrelated legacy video. */
.inner-banner.hero-image-banner {
  isolation: isolate;
  background-image: none !important;
  background-color: #172033;
  overflow: hidden;
}
.inner-banner.hero-image-banner > .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.inner-banner.hero-image-banner::before,
.inner-banner.hero-image-banner::after { display: none; }
.inner-banner.hero-image-banner .hero-panel {
  position: relative;
  z-index: 1;
  background: rgba(18, 25, 35, .92);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .inner-banner.hero-image-banner {
    min-height: min(68vh, 520px);
    min-height: min(68dvh, 520px);
  }
}
