 .cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    display: none;
}

.origin-grid .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
    display: none;
}

.lab-col .lab-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 14px;
    box-shadow: 0 14px 30px -18px rgba(19, 42, 30, .35);
    display: none;
}
.inside-grid .cell img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    transition: transform .5s;
    display: none;
    border: 1px solid #000000;
}