.filter-wrapper{
    background: #ddd;
    padding-bottom: 1em;
}
@media (min-width: 768px){
    .filter-wrapper{
        padding-bottom: 20000px;
        margin-bottom: -20000px;
    }
}
.filters{
    height: 100%;
}

.filters h4{
    text-transform: uppercase;
}

.filters small{
    text-transform: none;
    display: block;
    width: 100%;
    color: #498047;
    margin-top: 5px;
}

.filters input{
    margin-bottom: 1em;
}

.filters button{
    width: 100%;
    margin: 0;
    text-align: left;
    background: #4b4f52;
    color: #ddd;
    border: none;
    outline: none;
}

.filters input[type=submit]{
    margin-top: 5px;
    background: #4b4f52;
    border-color: #4b4f52;
    color: #ddd;
}

.filters .clearbtn{
    width: 100%;
    margin: 0;
    text-align: right;
    background: none;
    color: #4b4f52;
    border: none;
    outline: none;
    font-weight: 900;
}