.previews .thumbnail {
    margin-bottom: 15px;
    text-align: center;
}

.previews a.pn_fancybox{
    float:left !important;
    display: block !important;
}

.previews .mdf_title_data{
    height:85px;
    display: block;
}
img {
    width: 100%;
}
/* Pagination Button */
.navigation {
    text-align: center;
}
.tw-pagination>li:first-child {
    display: none;
}
.tw-pagination a{
    background: none;
    border: none;
    border-radius: 50%;
}
.tw-pagination .current {
    border-radius: 50%;
    color: white;
    background: var( --e-global-color-primary );
}
.tw-pagination .prev,.tw-pagination .next {
    color: var( --e-global-color-primary );
}
/* Pagination Button */

@media (max-width:767px) {
    .title-font{
        font-size: 18px !important;
    }
}