/* Preserve the full proportions and original colours of the supplied logos. */
.hero-slider .verdante-hero-emblem {
    width: 260px;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    padding: 20px;
    border: 0;
    border-radius: 2px;
    background: rgba(32, 40, 28, .85);
    box-shadow: 0 12px 34px rgba(16, 23, 13, .18);
}

/* Match the adjacent brand's logo band without cropping the taller artwork. */
.brand-logo.verdante-logo {
    height: 166px;
    margin-top: -25px;
}

.brand-logo.verdante-logo img {
    width: auto;
    height: auto;
    max-width: min(300px, 100%);
    max-height: 146px;
    aspect-ratio: auto;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    mix-blend-mode: normal;
}

@media (min-width: 1051px) {
    .hero-slider.home-hero .verdante-hero-copy {
        width: calc(100% - 300px);
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .hero-slider .verdante-hero-emblem {
        width: 180px;
        padding: 16px;
    }

    .hero-slider.home-hero .verdante-hero-copy {
        width: calc(100% - 215px);
    }
}

@media (max-width: 760px) {
    .hero-slider .verdante-hero-emblem {
        display: none;
    }

    .brand-logo.verdante-logo {
        height: 150px;
        margin-top: -17px;
    }

    .brand-logo.verdante-logo img {
        max-height: 134px;
    }
}
