body.search-results .banner-title {
    color: black;
    margin-top: 125px;
    margin-bottom: 35px;
}

body.search-results .lodge-img img {
    min-height: 0;
}

body.search-results .rate-btn-group a {
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 1023px) {
    body.search-results .banner-title {
        margin-bottom: 0;
    }
}