.gallery-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-single a {
    margin: 3px;
}

.gallery-single img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 2px solid #cccccc;
}
