/* Notary hero: standard internal-page proportions with the vertical team portrait. */
.notary-hero .apostille-hero-copy,
.notary-hero .apostille-hero-agent {
  min-width: 0;
}

.notary-hero .apostille-hero-copy {
  position: relative;
  z-index: 2;
}

.notary-hero .apostille-hero-agent {
  position: relative;
  z-index: 1;
  justify-content: center;
}

.notary-hero .apostille-hero-agent img {
  display: block;
  width: min(116%, 530px);
  max-width: none;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  object-position: center bottom;
}

@media (min-width: 761px) and (max-width: 1050px) {
  .notary-hero .apostille-hero-agent img {
    width: min(108%, 420px);
    max-height: 560px;
  }
}
