.gallery-show {
    display: block;
    transition: display 0.9s;
}

@media screen and (max-width:768px) {
    .column.size-1of3 {
        width: 50% !important;
    }
}

@media screen and (max-width:425px) {
    .column.size-1of3 {
        width: 100% !important;
    }
}

.tabs-head li.active-tab,
.tabs-head li:hover,
.filter-button-group button.active-tab,
.filter-button-group button:hover,
.filter-button-group a.active,
.filter-button-group a:hover {
    /* color: #8eb921; */
}