.car-thumbnail {
    height: 200px;
}

.filter-active {
    background: transparent !important;
    border: 2px solid #2e7ce0 !important;
    color: #2e7ce0 !important;
}

.gallery-show {
    display: block;
    opacity: 1;
}

.gallery-hide {
    display: none;
    opacity: 0;
}

#filters .btn {
    margin: 0 15px;
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.gallery-thumbnail {
    height: 300px;
    width:auto;
}