ul {
    padding: 16px 0 6px 40px;
}
ul li {
    margin-bottom: 10px;
}

div.gallery-content-grid{
    display: flex;
    flex-wrap: wrap;
}
div.gallery-content-grid > a{
    display: flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: inherit;
    text-decoration: none;
    justify-content: center;
}
div.gallery-content-grid > a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}
div.gallery-content-grid > a span{
    margin-top: auto;
}
div.gallery-content.slick-slider .slick-list{
    max-width: 100%;
    width: inherit;
}
div.gallery-content .slick-slide img{
    margin: 0 auto;
}