﻿#map .select-resource-popup {
    min-width: 400px;
    max-width: 90vw;
}
@media screen and (max-width: 767px) {
    #map .select-resource-popup {
        max-width: 250px;
        min-width: 250px;
    }
}