@charset "utf-8";
/* Responsive CSS */

/* Style for Extra Large Screen */
@media (max-width:3000px) {
    #map iframe {
        height: 840px;
    }
}

/* Style for Large Screen */
@media (max-width:991px) {
    #map iframe {
        height: 292px;
    }
}

/* Style for Medium Screen */
@media (max-width:767px) {
    #map iframe {
        height: 180px;
    }
}

/* Style for Small Screen */
@media (max-width:575px) {
    #map iframe {
        height: /* whatever height you want for mobile */
    }
}