.mapa-frame {
    display: block;
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 1/1.3;
    border: none;
}

@media (min-width: 1024px) {
    .mapa-frame {
        width: 80%;
        aspect-ratio: 3/1;
    }
}