/*Location Page*/

.google-maps {
    position: relative;
    /* padding-bottom: 75%; */
    height: 550px !important;
    overflow: hidden;
}

.location_holder {
    margin-top: 25px !important;
}

.google-maps iframe {
    width: 90% !important;
    height: 550px;
    max-height: 550px;
    filter: grayscale(100%) invert(92%) contrast(83%);
}

body {
    height: 100%
}

#location_info {
    padding: 0px 10px;
}

#location_info i {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: text-top;
    margin-bottom: 5px;
}

#location_info div {
    text-align: center;
}