@media (max-width: 991px) {
  .news-rack-effect-img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .news-rack-effect-img {
    width: 50%;
  }
}

