/*
 * Homepage hero people scale.
 * Keep the artwork inside the hero frame and restore the previous readable
 * balance between the copy column and the right-side illustration.
 */

@media (min-width: 992px) {
    html body .copp-hero__people {
        bottom: 0 !important;
        height: 100% !important;
        right: 0 !important;
        transform: none !important;
        width: min(88%, 560px) !important;
    }

    html body .copp-hero__people img {
        height: auto !important;
        max-height: none !important;
        max-width: none !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        width: 100% !important;
    }
}
