/* Keep the original artwork ratio, independently of the adjacent copy. */
:is(.pc-home-hero-image, .pc-contact-hero-image, .pc-repair-hero-image,
    .pc-phone-hero-image, .pc-console-hero-image, .pc-pro-hero-image,
    .pc-access-hero-image, .pc-used-hero-image) {
    height: auto !important;
    min-height: 0 !important;
    min-width: 0;
    align-self: center;
    background: transparent;
}
:is(.pc-home-hero-image, .pc-contact-hero-image, .pc-repair-hero-image,
    .pc-phone-hero-image, .pc-console-hero-image, .pc-pro-hero-image,
    .pc-access-hero-image, .pc-used-hero-image) img {
    display: block;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 100%;
    object-fit: contain !important;
    object-position: center;
}
