@media (max-width: 575px) {
  .big-img {
    display: none;
  }
}

@media (min-width: 576px) {
  .small-img {
    display: none;
  }
}

