.google-maps {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-height: 85dvh;
    overflow: hidden;
}

.google-maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

