.map-wrapper {
    margin-top: 20px;

    width: 100%;

    aspect-ratio: 16 / 9;

    border-radius: 16px;

    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;

    border: none;
}