﻿.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: #ccc;
    padding-top: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
