/* own */
@media (max-width: 767px) {
    .gallery-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gallery-list > li {
        width: 60vw !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
}

.gallery-list > li {
    width: 132px;
}