.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.simplefilter li {
    text-align: center;
    font-size: 20px;
    background-color: #303a7d;
    font-family: "antipastoregular", Arial !important;
    font-weight: normal;
    font-style: normal;
    color: white;
    cursor: pointer;
    display: inline-flex;
    text-transform: uppercase;
    padding: 1rem 1rem;
    width: 196px;
    height: 65px;
    text-align: center;
    margin: 0 4px 8px;
    line-height: 22px;
    padding: 12px 12px 10px 12px;
}
.simplefilter li.active {
    background-color: #39a9e5;
}
.simplefilterAll {
    display: none !important;
}
