.mn-carousel-gallery .carousel {
    position: relative;
}
.mn-carousel-gallery .carousel[class*="-big-controls"] .tns-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    height: 60px;
}
.mn-carousel-gallery .tns-controls {
    display: flex;
    justify-content: space-between;
}
.mn-carousel-gallery .carousel[class*="-big-controls"] .tns-controls button[data-controls="prev"] {
    left: 0;
}
.mn-carousel-gallery .carousel[class*="-big-controls"] .tns-controls button {
    position: relative;
    width: 60px;
    height: 60px;
    background: #000000a3;
    font-size: 16px;
    border-radius: 0;
    opacity: 1;
    color: #fff;
    border: 0;
    transition: all 0.3s;
}
.carousel[class*="-big-controls"] .tns-controls button:hover {
    background: #000000d9;
}
.mn-carousel-gallery .carousel[class*="-visible"] .tns-ovh {
    overflow: visible !important;
}
.mn-carousel-gallery .media {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.mn-carousel-gallery .equal-16-10 {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}
.mn-carousel-gallery figure {
    margin: 0;
    background-size: cover;
    background-position: center;
}
.mn-carousel-gallery .equal-16-10::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
}
.mn-carousel-gallery .media a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    cursor: default;
}
.mn-carousel-gallery .mn-figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 50%;
}
.mn-carousel-gallery .mn-text{
    position: absolute;
    bottom: 0;  
    cursor: pointer;
}
.mn-carousel-gallery .modal-header {
    border-bottom: 1px solid #5d5d5d;
}