/* Approved Pacer One Pro procedure artwork, without a photo card. */
.hero .hero-image {
  margin: 0;
  padding: 0;
}
.hero .zhivi-hero-img {
  width: 100%;
  text-align: center;
}
.hero .zhivi-hero-img figure {
  display: block;
  width: 112%;
  max-width: 720px;
  aspect-ratio: 1295 / 1215;
  margin: 0 0 0 -6%;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero .zhivi-hero-img figure::after { content: none; }
.hero .zhivi-hero-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1295 / 1215;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  -webkit-mask: url('../img/hero/pacer-hero-mask.svg?v=20260903') center / 100% 100% no-repeat;
  mask: url('../img/hero/pacer-hero-mask.svg?v=20260903') center / 100% 100% no-repeat;
}
@media (max-width: 991px) {
  .hero .hero-image { margin-top: 28px; }
  .hero .zhivi-hero-img figure {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
