﻿/* ---------------------------------------------------
    INTERFERENCE MAP STYLE
----------------------------------------------------- */
.map {
    height: 600px !important;
    width: 100% !important;
}

/* BP2: Medium devices */
@media (min-width: 720px) and (max-width: 1023.98px) {
    .map {
        height: 500px !important;
    }
}

/* BP1: Extra small devices */
@media (max-width: 767.98px) {
    .map {
        height: 300px !important;
    }
}