/* Custom */

/*Resize Images*/
.art-short .img img {
    width: 100%;
    height: 220px;
}

/*Resize thumbnail images*/
.thumbnail img {
    width: 100%; /* image box size as % of container, see step 1 */
    height: 200px; /* image box size as % of container, see step 1 */
    object-fit: cover;
}
@media (min-width: 1279px) {
    .display-category{
        display: flex;
    }
}
@media (max-width: 1280px){
    .display-category{
        display: none;!important;
    }
}