/* File vuoto: tutte le regole rimosse */

/* Forza tutti i box dei progetti ad avere la stessa dimensione */
.tiles article {
    width: 320px !important;
    height: 420px !important;
    min-width: 320px !important;
    min-height: 420px !important;
    max-width: 320px !important;
    max-height: 420px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.tiles article > .image {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
    width: 100% !important;
    object-fit: cover;
}
.tiles article > .image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
