.t888-list-gallery .t888-list-gallery-image-inner{
    /* padding: 0 60px; */
}
.t888-list-gallery .list-gallery-wrapper-logo{
    align-items: center;
}
.t888-list-gallery .t888-list-gallery-title{
    margin-top: 0;
    margin-bottom: 24px;
}
.t888-list-gallery .swiper-button-next{
    top: -40px;
    right: 0;
    z-index: 5;
}
.t888-list-gallery .swiper-button-next:hover{
   background:var(--third-color);
   color: var(--secondary-color);
    border: 1px solid var(--third-color);
}
.t888-list-gallery .swiper-button-next:hover i{
    color: var(--secondary-color);
}
.t888-list-gallery .swiper-button-prev{
    top: -40px;
    right: 36px;
    left: auto;
    z-index: 5;
}
.t888-list-gallery .swiper-button-prev:hover{
   background:var(--third-color);
   color: var(--secondary-color);
   border: 1px solid var(--third-color);
}
.t888-list-gallery .swiper-button-prev:hover i{
    color: var(--secondary-color);
}
.t888-list-gallery-image-inner img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.t888-list-gallery-item.swiper-slide {
    /* max-width: 115px; */
}
.t888-list-gallery-caption{
    line-height: 1.875rem;
    margin-top: .625rem;
    margin-bottom: .625rem;
    font-family: var(--font-philosopher);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width:575px){
    .t888-list-gallery .swiper-button-next{
    top: -20px;
}
.t888-list-gallery .swiper-button-prev{
    top: -20px;

}
}