.listing-image {
  background-image: url("../posts/img/default.png");
  background-size: cover;
  background-position: center;
}

.listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-image:has(img) {
  background-image: none;
}