// Scale up the modal
@media (min-width: @screen-sm-min) {
  // Modal sizes
  .modal-md { width: ((@modal-md + @modal-sm) / 2); }
}