#map-embed {
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 5;
    min-height: 450px;
    max-height: calc(100vh - 300px);
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.feature-body {
    margin: -1.5rem 1rem 1rem;
}