.footer-gallery {
    border-top: 1px solid #b2b2b2;    
    padding: 10px 12px 12px 12px !important;
    background: #fff;
    height: 78px;
    max-height: 78px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

@media only screen and (max-width: 640px) {
    .search-property{
        width: 95% !important;
    }
    .search-value {
        width: 95% !important;
    }
    .search-button{
        width: 95% !important;
    }
}
@media only screen and (min-width: 640px) {

}