#souvenirs-wall {
    flex: 1;
}

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

.image-grid img {
    display: block;
}

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

#bracelets-image {
    grid-column: 1 / 3;
    grid-row: 2;
    justify-self: center;
    align-self: center;
    margin-top: 20px;
    margin-left: 80px;
}

#bracelets-image img {
    height: 300px;
}

#officine-image img {
    height: 500px;
}

#big-sign {
    grid-column: 1;
    grid-row: 1;
    margin-left: 50px;
    margin-top: 170px;
}

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

#small-sign {
    grid-column: 3;
    grid-row: 2;
    margin-top: 60px;
    margin-right: 70px;
    z-index: 1;
}

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

