/* SECTION MAP */
.contact section.map .map-iframe {
    width: 100%;
    aspect-ratio: 16/6;
    border-radius: 6px;
}
/* END SECTION MAP */

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .contact section.map .map-iframe {
        aspect-ratio: 16/10;
    }
}

@media (max-width: 767.98px) {
    .contact section.map .map-iframe {
        aspect-ratio: 1/1;
    }
}
/* END RESPONSIVE */