.mp-main-gallery,
.mp-thumbs-gallery {
    width: 100%;
    box-sizing: border-box;
}

.mp-main-gallery {
    margin-bottom: 6px;
}

.mp-main-gallery .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


.mp-main-gallery a{
    width:100%
}

.mp-main-gallery img {
    width: 100%;
    height: 340px;
    border-radius: 8px;
    object-fit: cover;
    max-height: 500px;
}



.mp-thumbs-gallery {
    padding-top: 10px;
}

.mp-thumbs-gallery .swiper-slide {
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.mp-thumbs-gallery .swiper-slide-thumb-active {
    opacity: 1;
}



.mp-thumbs-gallery img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

@media(min-width:767px){
    .mp-main-gallery img {
       
        height: 500px;
       
    }

    .mp-thumbs-gallery img {
        height: 150px;
        
    }
}

/* .swiper-button-next,
.swiper-button-prev {
    color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
} */
