.gallery-slider{
    border: 1px solid #CCCCCC;
    border-radius: 24px;
    margin-bottom: 10px;
}
.gallery-slider .flex-viewport{
    border-radius: 24px;
}
.gallery_flexslider .slides {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gallery_flexslider .flex-viewport .slides {
    flex-direction: row;
}

.gallery_flexslider .gallery-carousel .slides{
    display: none;
}
.gallery_flexslider .gallery-carousel .flex-viewport .slides {
    display: flex;
    height: 100px;
}

.gallery-slider .slides img{
    max-height: 500px;  
    width: auto;
    margin: 0 auto;  
    padding: 10px;
    border-radius: 24px;
}
.gallery-carousel{
    margin-bottom: 0;
}
.gallery-carousel .slides > li{
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 6px;
    height: 96px;
    width: 96px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.gallery-carousel .slides img{
    max-height: calc( 96px - 12px );  
    width: auto;
    margin: 0 auto;  
}