/* Keep the complete portrait visible and blend its lower edge into the hero. */
.hero-portrait-wrap {
    aspect-ratio: 1122 / 1402 !important;
}

.hero-person-img {
    object-fit: contain !important;
    object-position: center bottom !important;
    mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 89%,
        rgba(0, 0, 0, 0.9) 94%,
        transparent 100%
    ) !important;
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 89%,
        rgba(0, 0, 0, 0.9) 94%,
        transparent 100%
    ) !important;
}

.hero-portrait-wrap::after {
    height: 18% !important;
}
