.map-responsive {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    padding-bottom: 56.25%;
}

@media (max-width: 768px) {
    .map-responsive {
        padding-bottom: 75%;
    }
}

.map-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
