﻿@media (min-width: 1025px) and (max-width: 4000px) {


    .modal-dialog {
        width: 60%;

    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}



