.lemelson-bhm-2025 {
    height: 550px;
    position: relative;
    background-color: var(--lemelson-blue);
}
.lemelson-bhm-2025 .bhm-2025-background-image {
   position: absolute;
    width: 100%;
    height: 100%;
}
.lemelson-bhm-2025 .bhm-2025-background-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.lemelson-bhm-2025 .panel {
    position: relative;
    max-width: 1415px !important;
    height: 100%;
    display: grid;
    /*grid-template-rows: 186px auto 130px 100px;*/
    grid-template-rows: 186px auto 130px;
    /*border: 1px solid red;*/
}
.lemelson-bhm-2025 .bhm-2025-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 87px;
    padding-left: 398px;
}
.lemelson-bhm-2025 .bhm-2025-background-logo {
}
.lemelson-bhm-2025 .bhm-2025-background-logo img {
    width: auto;
    max-height: 160px;
    aspect-ratio: 768 / 224;
}
.lemelson-bhm-2025 .bhm-2025-header-text {
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 0.8;
}
.lemelson-bhm-2025 .bhm-2025-banner-container {
    position: absolute;
    bottom: 0;
    height: 105px;
    width: 100%;
    background-color: var(--lemelson-gray);
    display: none;
}
.lemelson-bhm-2025 .bhm-2025-banner {
    margin: 0 auto;
    max-width: 1415px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lemelson-bhm-2025 .bhm-2025-banner h4 {
    text-align: center;
    color: var(--lemelson-periwinkle);
    padding: 8px 15px 15px;
    background-color: var(--lemelson-gray-80);
}
.lemelson-bhm-2025 .bhm-2025-banner h4 a {
    color: var(--lemelson-malibu);
}
.lemelson-bhm-2025 .bhm-2025-feature-container {
    display: grid;
    grid-template-columns: 1fr 915px 1fr;
    position: relative;
}
.lemelson-bhm-2025 .bhm-2025-arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.lemelson-bhm-2025 .bhm-2025-arrow-container figure {
    transition: transform 200ms ease-in-out;
    user-select: none;
}
.lemelson-bhm-2025 .bhm-2025-arrow-container figure.bhm-2025-arrow-left:hover {
    transform: scale(1.3) translateX(-5px);
}
.lemelson-bhm-2025 .bhm-2025-arrow-container figure.bhm-2025-arrow-right:hover {
    transform: scale(1.3) translateX(5px);
}
.lemelson-bhm-2025 .bhm-2025-slides-container {
    position: relative;
    /*border: 1px solid yellow;*/
}
.lemelson-bhm-2025 .bhm-2025-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 300ms ease-in-out;
}
.lemelson-bhm-2025 .bhm-2025-slide > a {
    display: grid;
    grid-template-columns: 405px auto;
}
.lemelson-bhm-2025 .bhm-2025-slide.slide-selected {
    opacity: 1;
    z-index: 2;
}
.lemelson-bhm-2025 .bhm-2025-slide-text {
    grid-column: 2;
}
.lemelson-bhm-2025 .bhm-2025-slide-text h2 {
    color: white;
    font-size: 52px;
    font-weight: 300;
    padding-top: 38px;
}
.lemelson-bhm-2025 .bhm-2025-slide-text h3 {
    color: white;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.25;
}
.lemelson-bhm-2025 .bhm-2025-slide-images {
    width: 530px;
    height: 530px;
    position: absolute;
    left: -64px;
    top: -198px;
}
.lemelson-bhm-2025 .bhm-2025-slide-images figure {
    position: absolute;
    left: 0;
    top: 0;
}
.lemelson-bhm-2025 .bhm-2025-slide-images .bhm-2025-slide-portrait {
    width: 100%;
    height: 100%;
}
.lemelson-bhm-2025 .bhm-2025-thumbnails-container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    position: relative;
    z-index: 4;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail {
    position: relative;
    margin: 0 4px;
    width: 80px;
    height: 80px;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail-portrait {
    position: absolute;
    width: 68px;
    height: 90px;
    bottom: 5px;
    left: 6px;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail:last-of-type .bhm-2025-thumbnail-portrait {
    bottom: -10px;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail-unselected, .lemelson-bhm-2025 .bhm-2025-thumbnail-rollover,
.lemelson-bhm-2025 .bhm-2025-thumbnail-selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail.thumbnail-unselected .bhm-2025-thumbnail-selected,
.lemelson-bhm-2025 .bhm-2025-thumbnail.thumbnail-unselected .bhm-2025-thumbnail-rollover {
    opacity: 0;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail:hover .bhm-2025-thumbnail-unselected {
    opacity: 0;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail.thumbnail-unselected .bhm-2025-thumbnail-unselected {
    opacity: 1;
}
.lemelson-bhm-2025 .bhm-2025-thumbnail.thumbnail-unselected:hover .bhm-2025-thumbnail-rollover  {
    opacity: 1 !important;
}
@media screen and (max-width: 1400px) {
    .lemelson-bhm-2025 .panel {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 985px) {
    .lemelson-bhm-2025 .panel.is-layout-flow {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .lemelson-bhm-2025 .bhm-2025-feature-container {
        grid-template-columns: 35px auto 35px;
    }
    .lemelson-bhm-2025 .bhm-2025-header-container {
        padding-left: 35%;
        padding-top: 35px;
    }
    .lemelson-bhm-2025 .bhm-2025-slide-text h2 {
        padding-top: 0;
        font-size: 46px;
    }
    .lemelson-bhm-2025 .bhm-2025-slide-text h3 {
        font-size: 32px;
    }
    .lemelson-bhm-2025 .bhm-2025-slide-images {
        left: -50px;
    }
}
@media screen and (max-width: 850px) {
    .lemelson-bhm-2025 {
        height: unset;
    }
    .lemelson-bhm-2025 .panel {
        grid-template-rows: 75px 115px auto 90px;
    }
    .lemelson-bhm-2025 .bhm-2025-header-container {
        padding-left: 0;
        grid-row: 1 / span 2;
        grid-column: 1;
    }
    .lemelson-bhm-2025 .bhm-2025-feature-container {
        grid-row: 2 / span 2;
        grid-column: 1;
        min-height: 520px;
    }
    .lemelson-bhm-2025 .bhm-2025-slides-container {
        /*aspect-ratio: 74 / 56;*/
    }
    .lemelson-bhm-2025 .bhm-2025-thumbnails-container {
        grid-row: 4;
        padding-top: 40px;
    }
    .lemelson-bhm-2025 .bhm-2025-slide {
        width: 100%;
    }
    .lemelson-bhm-2025 .bhm-2025-slide > a {
        grid-template-columns: 100%;
        grid-template-rows: 430px auto;
    }
    .lemelson-bhm-2025 .bhm-2025-slide-images {
        left: unset;
        top: unset;
        position: relative;
        grid-row: 1 / span 2;
        grid-column: 1;
        justify-self: center;
    }
    .lemelson-bhm-2025 .bhm-2025-slide-text {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        justify-self: center;
        text-align: center;
        text-wrap: balance;
    }
    .lemelson-bhm-2025 .bhm-2025-thumbnail {
        width: 15px;
        height: 15px;
        margin: 0 8px;
    }
    .lemelson-bhm-2025 .bhm-2025-thumbnail figure {
        display: none;
    }
    .lemelson-bhm-2025 .bhm-2025-thumbnail::before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: white;
        display: block;
        border-radius: 50%;
    }
    .lemelson-bhm-2025 .bhm-2025-thumbnail.thumbnail-unselected::before {
        background-color: #ea864c;
    }
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 650px) {
    .lemelson-bhm-2025 .bhm-2025-arrow-container {
        display: none;
    }
    .lemelson-bhm-2025 .bhm-2025-feature-container {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 500px) {
    .lemelson-bhm-2025 .panel {
        grid-template-rows: 50px 50px auto 90px;
    }

}
