.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

@keyframes contact-us-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.contact-us-glow__orb {
    animation: contact-us-pulse 3s ease-in-out infinite;
}

.google-map-with-top-ribbon-and-three-column-info-footer__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-top-ribbon-and-three-column-info-footer__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-top-ribbon-and-three-column-info-footer__iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-with-top-ribbon-and-three-column-info-footer__iframe {
        height: 600px;
        min-height: 600px;
    }
}


