.grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-item img{
    max-width: 480px;
    max-height: 270px;
}
