.content {
    margin: 25px 50px;
}

.header-banner {
    background-image: url("../images/banner/location.jpg");
    background-position: 75% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 15rem;
    min-height: 13.5rem;
    margin: 0;
}

.map-link {
    display: block;
}

input {
    display: block;
    font-size: 1.25em;
    height: 1.0em;
    padding: 5px;
    width: 100%;
}

label {
    display: block;
}

textarea {
    display: block;
    font-size: 1.25em;
    padding: 5px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .content {
        margin: 15px;
    }

    .header-banner {
        background-image: url("../images/banner/location.jpg");
        background-position: 75% 65%;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 15rem;
        min-height: 13.5rem;
        margin: 0;
    }

}