/* Production imagery supplied for Umbrella's church service pages. */
.hero-visual--meta,
.hero-visual--google{
  width:min(100%,560px)!important;
  justify-self:center!important;
}

.hero-visual--meta>img,
.hero-visual--google>img{
  aspect-ratio:4/5!important;
  object-fit:cover!important;
  object-position:center!important;
}

.editorial-image.editorial-image--portrait{
  width:min(100%,760px)!important;
  aspect-ratio:4/5!important;
  min-height:0!important;
  margin:0 auto!important;
}

.editorial-image.editorial-image--portrait>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:720px){
  .editorial-image.editorial-image--portrait .editorial-caption{
    position:absolute!important;
    inset:auto 16px 16px!important;
    padding:0!important;
    background:transparent!important;
  }
}
