#result-map {
  width: 100%;
  height: 975px;
}
.marker-info-box {
  width: 475px !important;
  min-height: 126px !important;
}

.justify-text
{
    text-align: justify;
}

/* contact-us */
.error 
{
    color: red;
}

/* Single store/business view */
#single-map {
    width: 100%;
    height: 600px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.margin-t-20 {
	margin-top: 20px;
}

.search-listing-img {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 173px;
}

@media (max-width:767.98px) {
  .search-listing-img {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 100%;
  }

}

.banner-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center;
    background-position: 50% -25px;
    position: absolute;
    min-height: 650px !important;
}