
@media only screen and(min-width:768px) and (max-width: 1024px){
    .slick-slide img{
        object-fit: contain !important;
    }
}

/* Not Pc */
@media only screen and (max-width: 1024px) {
    .row.postList {
        padding: 10px;
        margin-top: 40px;
    }

    .col-12.postListEndButton {
        padding: 0;
    }

    button.btn.showMorePost {
        width: 100%;
    }

    #DetayFiltrePanel label{
        white-space: nowrap;
    }
}
