.displayIncidentModal {
    position: absolute;
    z-index: 1001;
    padding: 15px;
    background: white;
    border: solid 1px #8e8e8e;
    min-height: 400px;
    min-width: 375px;
    max-width: 550px;
    left: 24%;
    top: 237px;
}

@media screen and (max-width: 729px) {
    .displayIncidentModal {
        left: 0;
        top: unset;
    }
}