#listingContainer {
  width: 750px;
}

@media screen and (max-width: 799px) {
  #listingContainer {
    width: 100%;
  }
}

