@media (max-width:1024px) {
  .nrlouter {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
}