.google-maps{
    position:relative;
    padding-bottom:75%;
    height:0;
    overflow:hidden;
    text-align:center;
}

.google-maps-iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}

.contactInfo {
    background-color: #f2f2f2;
    padding-top: 12px;
    border-radius: 5px;
}