/**
 * Layout: Regions Map
 * Styles for the regions map layout section
 */

#map .regions-wrapper {
    width: 100%;
}

#map .regions-wrapper iframe {
    width: 100%;
    display: block;
    border: none;
    min-height: 480px;
}

@media (min-width: 768px) {
    #map .regions-wrapper iframe {
        min-height: 560px;
    }
}

@media (min-width: 1024px) {
    #map .regions-wrapper iframe {
        min-height: 640px;
    }
}