.hero--alt {
    filter: drop-shadow(0 0.25rem 0.75rem rgba(0, 0, 0, 0.15));
    margin-bottom: 5rem;
}
.hero--alt.location {
    margin-bottom: 0;
}
.hero--alt .hero_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 10;
    position: relative;
}
.hero--alt .hero-background {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50%;
}
.hero--alt .hero__form {
    position: absolute;
    bottom: -3rem;
    width: auto;
    background: #FFF;
    padding: 1.5rem 2rem;
    border-radius: 0.6rem;
}
.hero--alt input.form-control {
    color: #495057;
    border-bottom: 1px solid #B3B3B3;
}

@media (min-width: 767px) {
    .hero--alt .hero_content {
        height: 24rem;
    }
    .hero--alt .fancy-search input {
    margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .hero--alt .hero__form {
        display: flex;
        flex-direction: column;
        position: relative;
        bottom: -5rem;
        width: 100%;
    }
    .hero--alt .hero__form .form-field {
        max-width: inherit;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }
    .hero--alt .hero__form .btn {
        padding: 0.8rem 0;
        width: 100%;
        font-size: 1rem;
      }
    .hero--alt.location .hero_content {
        min-height: 31.5rem;
        padding-top: 0;
    }
    .hero--alt .hero_content {
        min-height: 24rem;
        padding-top: 6rem;
    }
}