#inspirationgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.inspiration {
    aspect-ratio: calc(1/1);
    background-color: rgb(10, 10, 10);
    align-content: center;
    cursor: pointer;
    box-sizing: border-box;
    background: url(/images/aero.png);
    background-size:cover;
    text-align: center;
    overflow: hidden;
}