.sch-map {
    width: 100%;
    position: relative;
    cursor: help;
    overflow: hidden;
    border: 2px solid rgb(204, 204, 204);
    line-height: 0;
}

.sch-map-title {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(204, 204, 204);
    line-height: 1;
}

.sch-map iframe {
    border: 0;
    width: 100%;
    height: 500px;
}

@media (max-width: 1400px) {
    .sch-map iframe {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .sch-map iframe {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .sch-map iframe {
        height: 300px;
    }
}

@media (max-width: 900px) {
    .sch-map iframe {
        height: 250px;
    }
}