@media screen and (max-width: 1200px) {
  .lg {
    display: none;
  }
}

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