﻿



@media only screen and (min-width:40em){
   
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
  
  .modal-sm {
    width: 300px;
  }
  
  .modal-xs {
    width: 200px;
  }
  
}

