.ft-filter-gallery .filters-button-group {
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 10px 50px;
}

.ft-filter-gallery .filters-button-group .button {
    border: none;
    background: none;
    padding: 0 10px 10px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.ft-filter-gallery .filters-button-group .is-checked {
    border-bottom: 2px solid #000;
}

.ft-filter-gallery .grid--margin {
    margin-bottom: 50px;
}

.ft-filter-gallery .grid-item,
.ft-filter-gallery .grid-sizer {
    width: 100%;
}

.ft-filter-gallery .grid-item {
    border: 10px solid rgba(0, 0, 0, 0);
}

.ft-filter-gallery .grid-item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(51, 51, 51, 0);
}

.ft-filter-gallery .grid-item a:hover::before {
    background: rgba(51, 51, 51, 0.2);
}

.ft-filter-gallery .view-all {
    text-align: center;
}

.ft-filter-gallery .view-all-btn {
    padding: 14px 42px;
    border: 1px solid #212529;
    font-size: 20px;
}

@media (min-width: 768px) {

    .ft-filter-gallery .grid-item,
    .ft-filter-gallery .grid-sizer {
        width: 25%;
    }
}