.spotlight-carousel-container .carousel-section__headline {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.spotlight-carousel-container .flickity-page-dots {
    position: initial;
    margin-top: 30px;
    margin-bottom: 30px;
}

.spotlight-carousel-container h2 {
    margin-bottom: 30px;
    text-align: center;
}

.spotlight-carousel-container .flickity-viewport {
  transition: height 0.2s;
}

.spotlight-carousel-container.c-background-maroon,
.spotlight-carousel-container.c-background-maroon .flickity-viewport,
.spotlight-carousel-container.c-background-maroon .carousel-cell, 
.spotlight-carousel-container.c-background-maroon .carousel-cell .content-container, 
.spotlight-carousel-container.c-background-maroon h2 {
    background-color: #500000!important;
    color: #fff!important;
}

.spotlight-carousel-container.c-background-maroon .flickity-button {
    background: none!important;
    color: #fff!important;
}

.spotlight-carousel-container.c-background-maroon .flickity-button:hover {
    color: #fff!important;
    background: none!important;
}

.spotlight-carousel-container.c-background-maroon .flickity-page-dots .dot{
    background: #D6D3C4!important;
}

.spotlight-carousel-container.c-background-maroon .flickity-page-dots .dot.is-selected {
    background: #fff!important;
}

.carousel-cell {
    flex-direction: unset;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    box-shadow: none!important;
    transition: all 0s ease-in-out!important;
    border: none!important;
}

.carousel-cell.is-selected {
    z-index: 1000;
}

.carousel-cell .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #fff;
    width: 80%;
}

.carousel-cell .left-content {
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding-right: 45px;
    justify-content: space-around;
    display: flex;
}

.c-image-left .carousel-cell .right-content {
    order: 0;
    justify-content: start;
}

.c-image-left .carousel-cell .left-content {
    order: 1;
}

.carousel-cell .left-content .teaser__editorial {
    padding-bottom: 40px;
    line-height: 2rem;
}

.carousel-cell .left-content .full-name {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 10px;
}

.carousel-cell .right-content {
    display: flex;
    height: 100%;
    flex: 0.5;
    align-items: center;
    justify-content: center;
}

.carousel-cell .right-content .credentials {
    padding-top: 20px;
    font-style: italic;
}
.carousel-cell .collection__image img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
}


/*-------------MEDIA BREAKPOINTS-----------*/

@media (max-width: 576px) {
    .spotlight-carousel-container .flickity-viewport {
        min-height: 860px!important;
    }
    
    .spotlight-carousel-container .right-content {
        margin-bottom: unset;
    }
    
    .spotlight-carousel-container .left-content {
        margin-top: unset;
    }
    
    
    .carousel-cell .content-container {
        margin: auto !important; 
    }
    
    .carousel-cell .left-content {
        padding-left: 15px !important;
        padding-right: 15px !important; 
    }
    
    .teaser__editorial p{
        padding-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .spotlight-carousel-container .flickity-viewport {
        height: 100%;
        min-height: 700px!important;
        height: max-content;
    }
    
    .carousel-cell {
        height: 100%;
    }
    
    .carousel-cell .content-container {
        flex-direction: column;
        margin: 20px auto;
    }
    
    .carousel-cell .left-content {
        padding-right: 30px;
        padding-left: 30px; 
    }
    
    .spotlight-carousel-container .right-content {
        order: 1;
        margin-bottom: 20px;
    }
    
    .spotlight-carousel-container .left-content {
        order: 2;
        /*margin-top: 7vh;*/
        justify-content: start!important;
    }
    
    .carousel-cell .left-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
