.tm-container-fluid {
    width: 100%;
    max-width: 970px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 15px;
}


.filters-button-group {
    text-align: right;
    padding: 0;
    margin: 0; 
}

.filters-button-group li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}

.filters-button-group li a.active { color: #F96699; }
.filters-button-group li a{
    font-size: 18px;
    color: rgb(15, 81, 91);
    text-align: left;
    letter-spacing: 0;
    line-height: 25px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}
.filters-button-group li a:hover{
    color:#F96699;
    font-size: 19px;
}

.tm-gallery-item {
    border-radius: 12px;
    margin: 10px;
    overflow: hidden;
}

.tm-gallery-item a {
    display: block;
    line-height: 0;
}

.tm-gallery-item img {
    width: 220px;
    height: 220px;    
}

@media (max-width: 940px) {
    .filters-button-group { text-align: left; }
}


@media (max-width: 489px) {
    .tm-gallery-item {
        width: 48%;
        margin: 1%;
        height: auto;
    }
    
    .tm-gallery-item img {
        width: 100%;
        height: auto;
    }
}

