/* v196: remove the browser's default figure margins from the desktop service hero. */
@media (min-width: 821px) {
  #service .svc-hero {
    align-items: stretch !important;
  }

  #service .svc-hero-media {
    min-height: 330px !important;
    margin: 0 !important;
    align-self: stretch !important;
  }

  #service .svc-hero-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
