@media (min-width: @screen-md) and (max-width: @screen-md-max) {
  .hide-md { display: none; }
}