#main-image {
    flex: 1;
}

#main-image img {
    width: 100%;               
    height: 860px;            
    object-fit: cover;
}

.image-grid img {
    display: block;
}

#magnets-image {
    grid-column: 1 / 2;
    grid-row: 2;
    justify-self: center;
    align-self: center;
    margin-top: -10px;
    margin-left: 50px;
}

#magnets-image img {
    width: 293px;
    height: 327px;
}

#postcards-image {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    justify-self: center;
    align-self: center;
    margin-top: -200px;
    margin-right: 10px;

}

#postcards-image img {
    width: 340px;
    height: 324px;
}

#mirrors-image {
    grid-column: 1 / 4;
    grid-row: 3;
    justify-self: center;
    align-self: center;
    margin-top: 40px;
}

#mirrors-image img{
    width: 411px;
    height: 264px;
}

#big-sign {
    grid-column: 3 / 4;
    grid-row: 2;
    align-self: end;
    margin-top: 80px;
}

#big-sign img {
    width: 218px;
    height: 183px;
}

#small-sign {
    grid-column: 1 / 2;
    grid-row: 1;
    margin-left: 70px;
}

#small-sign img {
    width: 247px;
    height: 210px;
}

