/*
 * Template Name: BBR Creator Summit 2025 Recap
 * Custom styles for the Creator Summit 2025 Recap page
 */

.body-class-page-template-template-creator-summit-2025-recap {
    overflow-x: hidden;
}

.body-class-page-template-template-creator-summit-2025-recap .container_detail {
    background-blend-mode: overlay;
    padding-top: 72px;
}

.body-class-page-template-template-creator-summit-2025-recap .container_detail::before {
    content: "";
    background: url(/wp-content/themes/blackbeautyroster/images/creator-summit-25/hero-gradient.png) no-repeat;

    position: absolute;
    left: 0;
    top: 112px;
    width: 100vw;
    height: 708px;
    background-size: cover;

    /* Bottom Fade */
    mask: linear-gradient(to top, transparent 0%, black 30%, black 100%);
    -webkit-mask: linear-gradient(to top, transparent 0%, black 30%, black 100%);
}

.body-class-page-template-template-creator-summit-2025-recap div.container_inner {
    padding-top: 70px;
    /*padding-left: 60px;
    padding-right: 60px;*/
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-main-section {
    padding: 70px 0 0px;
}

.body-class-page-template-template-creator-summit-2025-recap {
    background-color: #faf5e8;
}

.body-class-page-template-bbr-nyfw .header_outer {
    background: rgba(51, 23, 21, 0.4);
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container {
    background-color: #faf5e8;
    margin-left: -100px;
    margin-right: -100px;
    height: 406px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main {
    position: relative;
    min-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container img {
    position: absolute;
    left: 177px;
    top: -55px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main {
    position: relative;
    min-width: 860px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    text-align: center;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main > svg {
    padding: 0;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main h2 {
    color: #FC9A7A;
    font-family: "SackersGothicStd-Light" !important;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.body-class-page-template-template-creator-summit-2025-recap .bbr-ac-sticker {
    position: absolute;
    right: -150px;
    top: -100px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container > p {
    font-family: "SackersGothicStd";
    font-size: 30px;
    font-weight: 850;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;

    color: var(--bbr-ivory);
}

.bbr-summit-mle-btn {
    cursor: pointer;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-container > p > span {
    font-family: var(--font-sackers);
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: none;

    padding: 0 20px;

    color: var(--bbr-peach);
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-main-title {
    position: relative;
    text-align: center;
    font-family: "sackers-gothic-std-light";
    font-size: 24px;
    font-style: normal;
    /* font-weight: 850; */
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #F48D8B;

    padding-top: 45px;
    padding-bottom: 70px;

    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.body-class-page-template-template-creator-summit-2025-recap p.bbe-main-title--text-section {
    padding: 70px 0 10px;
    font-size: 36px;
    color: #F48D8B;
}

.bbe-main-cta {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 24px 0 64px;

    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FC9A7A;

    color: #F2615B;
    text-align: center;
    font-family: "Gotham-Book", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section {
    display: flex;
    justify-content: center;
    padding-bottom: 114px;
    gap: 28px;
    padding-top: 5vw;

    padding-left: 60px;
    padding-right: 60px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images {
    border-radius: 5px;
    min-height: 100%;

    position: relative;
    overflow: hidden;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 473px;
    object-fit: cover;
    opacity: 0;
    animation: fadeInOut 20s infinite;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img:nth-child(1) {
    position: relative;
    opacity: 1;
    animation-delay: 0s;
    height: 100%;
}
.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img:nth-child(2) { animation-delay: 5s; }
.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img:nth-child(3) { animation-delay: 10s; }
.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img:nth-child(4) { animation-delay: 15s; }

@keyframes fadeInOut {
    0%, 25%, 100% { opacity: 0; }
    2%, 23% { opacity: 1; }
}


.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text {
    width: 55%;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 76px 24px 64px 46px;
    border-bottom: 3px solid #FAF5E8;
    background: #331715;
    border-radius: 5px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > h4 {
    text-transform: uppercase;
    font-family: "SackersGothicStd";
    font-size: 36px;
    line-height: 100%;
    color: #F69175;
    padding-bottom: 36px;
    align-self: start;

    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #F59174;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > h4 span {
    font-family: "SackersGothicStd-Light";
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0;
    color: #F69175;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > h4 span:first-of-type {
    font-size: 36px;
    color: #FAF5E8;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > p {
    font-family: "SackersGothicStd-Light";
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: left;

    color: #FAF5E8;
    margin-bottom: 30px;
}


.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text__panelists {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text__panelists > h4 {
    text-transform: uppercase;
    font-family: "sackers-gothic-std-light" !important;
    font-weight: 400;
    font-size: 22px;
    color: #F48D8B;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text__panelists > p {
    font-family: "Gotham-Light";
    font-size: 24px;
    line-height: 33.6px;
    color: #FAF5E8;
    padding-bottom: 33px;
}

/* Start beauty summit 2024 */
.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section {
    position: relative;
    /*margin-left: -100px;
    margin-right: -100px;*/
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    cursor: grab;
    overflow: hidden;
    z-index: 20;
}

#images-section-1 {
    position: relative !important;
    z-index: 100 !important;
    pointer-events: auto !important;
}

#images-section-1 .slick-list,
#images-section-1 .slick-track,
#images-section-1 .slick-slide {
    pointer-events: auto !important;
}

#slider-1 {
    pointer-events: auto !important;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section .slick-list {
    z-index: 1;
    cursor: grab;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section .slick-list:active {
    cursor: grabbing;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section .slick-track {
    pointer-events: auto;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section__list {
    cursor: grab;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section__list:active {
    cursor: grabbing;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-images-section img {
    max-height: 400px;
    height: 400px;
    object-fit: cover;
}

.body-class-page-template-template-creator-summit-2025-recap
.bbe-images-section
.bbe-images-section__img-container {
    overflow: hidden;
    position: relative;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-main-section > span {
    color: #FAF5E8;
    font-family: "sackers-gothic-std-light";
    font-size: 40px;
    font-weight: 850;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: center;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-vertical-splitter {
    transform: none;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-vertical-splitter svg {
    width: 3px;
    height: 132px;
    margin-top: 20px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-vertical-splitter svg rect {
    fill: #FAF5E8;
}

.body-class-page-template-template-creator-summit-2025-recap p.bbe-main-description {
    margin-top: 36px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;

    max-width: 1084px;
    padding: 0;
}

.body-class-page-template-template-creator-summit-2025-recap div.bbe-video-container {
    width: 100% !important;
    max-height: 579px;
}

.body-class-page-template-template-creator-summit-2025-recap #muteYouTubeVideoPlayer {
    height: 116%;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section {
    padding-bottom: 140px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section > p {
    font-size: 36px;
    font-weight: 850;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: auto;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section ul > :first-child {
    margin-top: 80px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li > p:not(.awards-item-title) {
    margin-left: 0;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li {
    border-bottom: 2px solid rgba(241, 234, 220, 0.2);
    margin-bottom: 0;
    padding-left: 20px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li:not(:first-child) {
    margin-top: 0 !important;
    padding-top: 30px;
    margin-top: 10px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li > p.awards-item-title {
    font-family: var(--font-century);
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;

    margin-bottom: 13px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li > p:not(.awards-item-title) {
    font-family: var(--font-century-bold);
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-video-section {
    padding-bottom: 140px;
    /* background: radial-gradient(100% 100% at 50% 100%, rgba(246, 166, 134, 0.5) 0%, rgba(246, 166, 134, 0) 100%); */
    /*margin-left: -60px;*/
    width: 100vw;
    background-color: #faf5e8 !important;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-section {
    background: #FAF5E8;
    padding-left: 74px;
    padding-bottom: 104px;
    text-align: center;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-panels-splitter {
    background: #faf5e8;
    margin-left: -60px;
    margin-right: -60px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-panels-splitter--top {
    display: none;
    margin-top: 22px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-panels-splitter__line {
    width: 80%;
    height: 3px;
    background: #F59174;
}


.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-section h2 {
    font-family: "SackersGothicStd";
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    padding-bottom: 78px;
    color: #331715;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-section {
    background: #FAF5E8;
    /*margin-left: -60px;
    margin-right: -60px;*/

    padding: 117px 0px 170px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__list__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    pointer-events: none;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__list__text__slider {

}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__list__text__slider p {
    font-family: "SackersGothicStd";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;

    color: #FAF5E8;
    text-transform: uppercase;


    position: absolute;
    top: 80px;

    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}


.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider .slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 11px;
        height: 11px;
        padding: 0;

        border: 1px solid #331715;
        border-radius: 100%;
        background-color: transparent;

        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: #331715;
    }

}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider {
    position: relative;
    max-width: 1199px;
    margin-left: auto;
    margin-right: auto;
}

.bbe-speakers-slider {
    position: relative;
}

.bbe-speakers-slider__buttons, .bbe-summit-panel-slider__buttons {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    pointer-events: none;
}

.images-slider-buttons {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101;
    top: 0;
    pointer-events: none;
}

.bbe-speakers-slider__buttons .prev-btn {
    display: none;
}

.bbe-speakers-slider__buttons .prev-btn.show {
    display: flex !important;
}

body.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .prev-btn {
    left: 160px;
}

.bbe-speakers-slider__buttons .prev-btn img,
.bbe-summit-panel-slider__buttons .prev-btn img,
.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .prev-btn img {
    height: auto;
}

body.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-slider__buttons .next-btn,
body.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .next-btn {
    right: 60px;
}

.bbe-speakers-slider__buttons .next-btn img,
.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .next-btn img {
    height: auto;
}

.bbe-speakers-slider__buttons .prev-btn,
.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .prev-btn,
.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider .prev-btn {
    width: 64px;
    height: 64px;
    left: -32px;
    top: 40%;
    background: #331715;
    position: absolute;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
}

.bbe-speakers-slider__buttons .prev-btn {
    left: 4px !important;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider .prev-btn,
.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .prev-btn {
    display: flex;
}

.bbe-speakers-slider__buttons .next-btn,
.body-class-page-template-template-creator-summit-2025-recap .images-slider-buttons .next-btn,
.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider .next-btn {
    width: 64px;
    height: 64px;
    right: -32px;
    top: 40%;
    background: #331715;
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
}

.bbe-speakers-slider .slick-prev,
.bbe-speakers-slider .slick-next,
.bbe-images-section .slick-prev,
.bbe-images-section .slick-next,
.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__list .slick-prev,
.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__list .slick-next {
    display: none !important;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel {
    position: relative;
    max-height: 400px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    padding-top: 50px;
    font-family: "SackersGothicStd";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    color: #FAF5E8;
    text-transform: uppercase;
    width: 100%;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel p:nth-child(2) {
    display: flex;
    align-self: center;
    margin-top: 262px;
    margin-left: 6px;
    font-size: 18px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--alo p:nth-child(2) {
    display: flex;
    align-self: center;
    margin-top: 170px;
    margin-left: 0;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--alo p:nth-child(2) img {
    display: flex;
    align-self: center;
    height: auto;
    width: auto;
    margin-left: 0;
    transform: translate(10px, -5px);
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--neutrogena p:nth-child(2) {
    display: flex;
    align-self: center;
    margin-top: 170px;
    margin-left: 0;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--neutrogena p:nth-child(2) img {
    display: flex;
    align-self: center;
    height: auto;
    width: auto;
    margin-left: 0;
    transform: translate(10px, -2px);
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel__gradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    pointer-events: none;
    background: linear-gradient(1.26deg, rgba(217, 217, 217, 0) 34.86%, #000000 96.01%);
}


.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel__sponsor {
    max-width: 200px;
    height: 70px;
    object-fit: none !important;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-section h2 {
    font-family: "SackersGothicStd";
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    padding-bottom: 80px;
    color: #331715;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-slider .slick-list {
    padding: 0 10% 0 0 !important;
}

.bbe-speakers-slider__speaker {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.bbe-speakers-slider__speaker img {
    /*    border-radius: 100%;
    
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
    
        width: 254px;
        height: 254px;
        object-fit: cover;*/

    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 28px; */

    width: 256px;
    height: 272px;

    /* width: 254px;
    height: 254px; */
    object-fit: cover;
    object-position: center;
}

.bbe-speakers-slider__speaker p {
    text-align: center;

    background-color: #F59174;
    padding-top: 17px;
    height: 48px;
    color: #f7f0e4;
    font-family: "Gotham-Book";
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;

    width: 256px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;

    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.bbe-speakers-slider__speaker p.has-company {
    padding-top: 9px;
}

/* Sponsors section */
.bbr-summit-mle-brands {
    background: #331715;
    padding: 100px 0;
}

.bbr-summit-mle-brands h4 {
    color: #faf5e8;
    font-family: "SackersGothicStd-Heavy";
    font-size: 32px;
    font-weight: 300;
    line-height: 38.4px;
    text-align: center;

    padding-bottom: 60px;
}

.bbr-summit-mle-brands-marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.bbr-summit-mle-brands-marquee__track {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;

    animation: marquee 50s linear infinite;
}

.bbr-summit-mle-brands-marquee__track__item {
    max-width: 250px;
    flex: 0 0 auto;
    margin: 2px;
    padding: 1rem 2rem;
    border-radius: 0.25rem;
    text-align: center;

    display: flex;
    align-items: end;
    justify-content: end;
}

.bbr-summit-mle-brands-marquee__track__item > img {
    margin: auto auto;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-splitter {
    padding: 56px 0 45px;
    width: 100vw;
    background: #331715;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-splitter p {
    text-align: center;

    /* Title */
    color: #FAF5E8;
    font-family: var(--font-sackers);
    font-size: 40px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section {
    padding: 0 0 100px;
    display: flex;
    flex-direction: column;
    background: #331715;
    margin-left: -60px;
    margin-right: -60px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__spotlight {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 62px;
    gap: 45px;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    gap: 42px;
}

body.body-class-page-template-template-creator-summit-2025-recap img.bbe-sponsors-section__container__wme-logo {
    transform: scale(0.4, 0.4) translate(0px, 0);
}

body.body-class-page-template-template-creator-summit-2025-recap img.bbe-sponsors-section__container__wme-logo:hover {
    transform: scale(0.6, 0.6);
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section img {
    max-height: 120px;
    transform: scale(1, 1);
    transition: all 300ms ease-in;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section img:hover {
    transform: scale(1.1, 1.1);
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-video-section .bbe-video-container {
    z-index: 1;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section {
    margin-left: -60px;
    margin-right: -60px;

    /* padding: 103px 182px 90px; */
    background: #FAF5E8;
    /* text-align: center; */
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section__inner {
    margin-left: auto;
    margin-right: auto;

    padding: 103px 0 90px;
    max-width: 1076px;
    text-align: center;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section h2 {
    font-family: "SackersGothicStd-Light";
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;

    padding-bottom: 60px;
    color: #331715;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section p {
    font-family: "SackersGothicStd-Light";
    font-size: 35px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;

    color: #331715;
}

.body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section__splitter {
    width: 100%;
    padding: 41px 0;
}

.bbr-summit-mle-join {
    background: #331715;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bbr-summit-mle-join__title {
    color: #faf5e8;

    font-family: "SackersGothicStd-Light";
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    text-transform: uppercase;

    padding-bottom: 54px;
}

.bbr-summit-mle-join__choices-container {
    display: flex;
    gap: 55px;
    align-items: center;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
}

.bbr-summit-mle-join__choices-container--box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 50%;
}

.bbr-summit-mle-join__choices-container--box > p {
    font-family: "Gotham-Book";
    font-size: 24px;
    font-weight: 325;
    line-height: 28.8px;
    text-align: center;
    text-transform: uppercase;

    color: #faf5e8;
}

.bbr-summit-mle-join__choices-container--box > a {
    max-width: 364px;
    margin: 0 auto;
    font-family: "SackersGothicStd-Heavy";
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;

    border-radius: 25px;
    background: #fc9a7a;

    color: #faf5e8;
    text-decoration: none;

    padding: 12px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 364px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}


@media only screen and (min-width: 0px) and (max-width: 600px) {
    .body-class-page-template-template-creator-summit-2025-recap .container_detail::before {
        top: 86px;
        height: 345px;
        background-position: 50%;
        background-size: cover;
        mask: linear-gradient(to top, transparent 0%, black 30%, black 100%);
        -webkit-mask: linear-gradient(to top, transparent 0%, black 20%, black 100%);
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container {
        height: 225px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-main-cta {
        font-size: 13px;
        max-width: 360px;
        padding: 0 0 32px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider .prev-btn {
        left: 14px !important;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider .next-btn {
        right: 14px !important;
    }


    .prev-btn {
        left: 20px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .prev-btn img {
        height: auto;
        max-width: 24px !important;
    }

    .next-btn {
        right: 20px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .next-btn img {
        height: auto;
        max-width: 24px !important;
    }

    /* Sponsors sectioon */
    .bbr-summit-mle-brands {
        margin-top: 0;
        padding: 54px 0;
    }

    .bbr-summit-mle-brands h4 {
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
        text-align: center;

        padding-bottom: 24px;
    }

    .bbr-summit-mle-brands-marquee__track__item {
        padding: 1rem 1rem;
    }

    .bbr-summit-mle-brands-marquee__track__item > img {
        max-height: 44px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .container_inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-splitter {
        margin-left: -20px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container > p {
        display: flex;
        flex-direction: column;

        font-family: var(--font-sackers);
        font-size: 20px;
        font-weight: 850;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container > p > span {
        font-family: var(--font-sackers);
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-align: center;
        text-transform: none;

        padding: 10px 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-main-title {
        position: relative;
        font-size: 18px;
        font-style: normal;
        font-weight: 850;
        line-height: normal;
        letter-spacing: 1.8px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-images-section .bbe-images-section__img-container {
        width: 100%;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-images-section img {
        width: 100%;
        max-height: 185px;
        max-width: 158px;
    }

    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-title--text-section {
        font-size: 20px !important;
    }

    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-description {
        font-size: 16px;
        margin-top: 14px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section {
        display: flex;
        margin: 0
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li > p.awards-item-title {
        font-size: 22px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-awards-section li > p:not(.awards-item-title) {
        font-size: 16px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-video-section {
        margin-left: 0px;
        padding-bottom: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap {
        overflow-x: hidden;
    }

    .body-class-page-template-template-creator-summit-2025-recap main {
        overflow-x: hidden;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbr-ac-sticker {
        width: 100px;
        height: 100px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbr-ac-sticker {
        position: relative;
        right: auto;
        top: 50px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main {
        width: 400px;
        height: 100%;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main h2 {
        display: none;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container .title-main svg {
        width: 75%;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container img {
        left: -173px;
        top: -225px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-main-title {
        padding-top: 70px;
        padding-bottom: 32px;
        font-size: 17px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-main-section {
        padding: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-title--text-section {
        padding: 0;
        line-height: normal;
        letter-spacing: 1px;
        font-size: 17px !important;
        margin: 0;
        margin-top: 14px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-main-section > span {
        font-size: 17px;
    }

    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-description {
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-vertical-splitter svg {
        height: 83px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section {
        flex-direction: column-reverse;
        padding: 0 30px !important;
        margin-top: 15vw;
        gap: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__focus-image-container__focus-image {
        background-size: cover;
        height: 188px;
        min-height: auto;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text {
        border: 0;
        padding: 24px 6px 24px 24px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text .bbe-advocacy-section__text__panelists > div {
        height: 1px !important;
        max-width: calc(100% - 42px) !important;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text:after {
        height: 1px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #FAF5E8;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-slider .slick-list {
        padding: 0 0 0 0 !important;
    }


    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-splitter p {
        font-size: 17px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container {
        flex-direction: column;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__spotlight img {
        width: 319px;
        height: 80px;
    }


    .bbr-summit-mle-join {
        padding: 48px 20px;
    }

    .bbr-summit-mle-join__title {
        font-size: 17px;
        font-weight: 300;
        line-height: 20.4px;
        text-align: center;

        padding-bottom: 28px;
    }

    .bbr-summit-mle-join__choices-container {
        flex-direction: column;
        gap: 30px;
    }

    .bbr-summit-mle-join__choices-container--box {
        width: 100%;
        gap: 22px;
    }

    .bbr-summit-mle-join__choices-container--box > p {
        font-family: "Gotham-Book";
        font-size: 14px;
        font-weight: 325;
        line-height: 16.8px;
        text-align: center;

        max-width: 250px;
        margin: 0 auto;
    }

    .bbr-summit-mle-join__choices-container--box > a {
        margin: 0 auto;
        font-size: 9px;

        padding: 10px 0;
        width: 204px;
        font-family: "SackersGothicStd-Heavy";
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    body.body-class-page-template-template-creator-summit-2025-recap img.bbe-sponsors-section__container__wme-logo {
        margin: 16px 0;
    }

    /*.body-class-page-template-template-creator-summit-2025-recap .bbe-container {
        padding-top: 0;
        padding-bottom: 0;
    }*/

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container img {
        left: -213px;
        top: -345px;
    }

    .body-class-page-template-template-creator-summit-2025 .bbe-container {
        height: 225px;
    }

    .body-class-page-template-template-creator-summit-2025 .bbe-container .title-main svg {
        width: 46%;
    }

}

.bbe-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bbr-brown);
}

.bbe-container .title-main {
    width: 100%;
    padding: 0 100px;
    max-width: 1612px;
    min-width: 900px;
    padding-bottom: 0;
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-title--text-section {
        padding: 100px 0 10px;
    }

    .body-class-page-template-template-bbr-nyfw-beauty-equity-by-sc p.bbe-main-title--text-section {
        padding: 100px 0 10px;
    }
}

@media only screen and (min-width: 2500px) and (max-width: 3300px) {
    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-title--text-section {
        padding: 150px 0 10px;
    }

    .body-class-page-template-template-bbr-nyfw-beauty-equity-by-sc p.bbe-main-title--text-section {
        padding: 150px 0 10px;
    }
}

@media only screen and (min-width: 3300px) and (max-width: 8000px) {
    .body-class-page-template-template-creator-summit-2025-recap p.bbe-main-title--text-section {
        padding: 240px 0 10px;
    }

    .body-class-page-template-template-bbr-nyfw-beauty-equity-by-sc p.bbe-main-title--text-section {
        padding: 240px 0 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
    .body-class-page-template-template-creator-summit-2025-recap .bbe-container img {
        left: 47px;
    }

    .body-class-page-template-template-bbr-nyfw-beauty-equity-by-sc .bbe-container img {
        left: 47px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .body-class-page-template-template-creator-summit-2025-recap .bbe-container img {
        left: -23px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-container img {
        left: -23px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 876px) {
    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section {
        padding: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images {
        padding: 0;
        margin-top: 24px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img {
        max-height: 242px;
        border-radius: 5px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__images img:nth-child(3) {
        object-position: 0 20%;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text {
        width: 100%;
        text-align: start;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > p {
        margin-bottom: 14px;
        font-size: 24px
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text__panelists > p {
        font-size: 10px;
        line-height: 15.6px;
        padding-right: 6px;
        padding-bottom: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > h4 {
        align-self: start;
        font-size: 14px;
        line-height: 100%;
        padding-bottom: 14px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > h4 span:first-of-type {
        font-size: 14px;
        -webkit-text-stroke-width: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__text > h4 span {
        align-self: start;
        font-size: 11px;
        line-height: 17px;
        -webkit-text-stroke-width: 0;
    }

    .bbe-advocacy-section__focus-image-container {
        width: 100%;
        max-width: 100vw;
        padding: 17px 34px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section__focus-image-container__focus-image:hover {
        /*background-image: url(https://blackbeautyroster.com/wp-content/themes/blackbeautyroster/images/beauty-summit-2024/event-bbr-summit-hudson-yards.png);*/
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-advocacy-section {
        /* gap: 0; */
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-slider__speaker img {
        width: 134.23px;
        height: 138.82px;
    }

    /* Speakers section */
    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-section {
        padding-top: 50px;
        padding-bottom: 64px;
        padding-right: 0;

        padding-left: 0;
        margin-left: 30px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-section h2 {
        font-family: "SackersGothicStd";
        font-size: 16px;
        font-weight: 300;
        line-height: 19.2px;
        text-align: center;

        padding-bottom: 32px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-slider__speaker p {
        font-size: 12px;
        font-weight: bold;
        line-height: 14.4px;

        text-align: center;

        width: 134px;
        height: 44px;
        padding-top: 8px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-panels-splitter--top {
        display: flex;
        margin-top: 20px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-panels-splitter {
        height: 1px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background: transparent;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-speakers-panels-splitter__line {
        width: 80%;
        height: 1px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-section {
        padding: 36px 0 20px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-section h2 {
        font-size: 16px;
        font-weight: 300;
        line-height: 19.2px;
        text-align: center;

        padding-bottom: 28px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-splitter {
        padding: 41px 0 30px;
        margin: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-splitter p {
        font-size: 24px !important;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__spotlight {
        flex-direction: column;
        gap: 33px;
        padding-bottom: 56px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__spotlight img:nth-child(1) {
        width: 181px;
        height: 41px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__spotlight img:nth-child(2) {
        width: 275px;
        height: 50px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__spotlight img:nth-child(3) {
        width: 142px;
        height: 47px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container img:nth-child(1) {
        width: 154px;
        height: 52px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container img:nth-child(2) {
        width: 160px;
        height: 56px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container img:nth-child(3) {
        width: 115px;
        height: 60px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section__container img:nth-child(4) {
        width: 143px;
        height: 61px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-sponsors-section {
        padding: 0 0 56px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section {
        margin-left: 0;
        margin-right: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section__inner {
        padding: 42px 0 30px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section h2 {
        font-size: 15px;
        max-width: 240px;
        margin: 0 auto;
        line-height: 100%;
        font-weight: 300;
        text-align: center;

        padding: 0 17px 17px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section p {
        font-size: 13px;
        font-weight: 300;
        line-height: 14px;
        text-align: center;
        padding: 0 17px 17px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-quotes-section__splitter {
        width: 60%;
        padding: 11px 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-images-section {
        margin-left: 0;
        margin-right: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel p {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
        width: 88%;
        left: 50%;
        transform: translateX(-50%);

        padding-top: 34px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel:nth-child(2) p:nth-child(2) {
        font-size: 12px;
        padding-top: 0;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--alo p:nth-child(2) {
        display: flex;
        align-self: center;
        margin-top: 0;
        margin-left: 0;
        top: 30px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--alo p:nth-child(2) img {
        display: flex;
        align-self: center;
        height: auto;
        width: auto;
        margin-left: 0;
        transform: translate(10px, -5px);
        max-height: 100%;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--neutrogena p:nth-child(2) {
        display: flex;
        align-self: center;
        margin-top: 0;
        margin-left: 0;
        top: 60px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel.bbe-summit-panel-slider__panel--neutrogena p:nth-child(2) img {
        display: flex;
        align-self: center;
        height: auto;
        width: auto;
        margin-left: 0;
        transform: translate(10px, -2px);
        max-height: 100%;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel p:nth-child(2) img {
        max-height: 13px;
        height: auto;
        width: auto;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel {
        max-height: 236px;
    }

    .body-class-page-template-template-creator-summit-2025-recap .bbe-summit-panel-slider__panel img {
        max-height: 236px;
        height: 236px;
    }
}