html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

footer {
    margin-top: auto;
}

@media (max-width: 786px) {
    .map-container iframe {
        height: 300px !important;
    }
}