.codicts-category-explorer:not(:empty)~.finder-map {
    height: calc(100% - 121px);
    top: 121px;
}

@media only screen and (min-width: 1201px) {
    .codicts-category-explorer:not(:empty)~.fc-one-column {
        height: calc(100% - 121px);
    }
    .codicts-category-explorer:not(:empty)~.fc-default .finder-listings, .codicts-category-explorer:not(:empty)~.fc-default .finder-search, .codicts-category-explorer:not(:empty)~.finder-map {
        height: calc(100% - 121px);
    }
}
@media only screen and (max-width: 1200px) {
    .codicts-category-explorer:not(:empty)~.finder-map {
        top: 181px;
        height: calc(100vh - 262px)!important;
    }
}
@media only screen and (max-width: 480px) {
    .codicts-category-explorer:not(:empty)~.finder-map {
        height: calc(100vh - 241px)!important;
    }
}
