@media screen and (max-width: 1200px) {
    .xs-display-none {
        display: none !important;
     }
      
}
@media screen and (min-width: 1200px) {
  .l-display-none {
        display: none !important;
     }
}