.store-detail-map .nb-map {
    height: 440px;
}

@media screen and (max-width: 576px) {
    .store-detail-map .nb-map {
        height: 360px;
    }
}