.guide-large-map {
    width: 100%;
    height: calc(100vh - 210px);
    border-radius: 0 0 0.25rem 0.25rem;
}

.guide-map,
.place-map {
    width: 100%;
    height: calc(100vh - 500px);
    min-width: 425px;
    border-radius: 0 0 0.25rem 0.25rem;
}