.cam-listing {
  float: left;
  width: 325px;
  padding: 5px;
  min-height: 285px;
}

.cam-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  display: table-cell;
  vertical-align: bottom;
  height: 2.5em;
}

.cam-vantage-point {
  font-style: italic;
  color: #444;
  margin-bottom: 3px;
}

.cam-listing img {
  border: 1px solid #000;
}

.cam-last-updated {
  font-size: 11px;
  color: #444;
  margin: 2px;
}

.cam-view-note {
  color: #444;
}

.cam-timestamp {
  font-size: 12px;
  color: #444;
  margin: 2px;
}

.cam-detail img {
  border: 1px solid #000;
}

/*** All-image page (added by hmnelson 2024--04-02) ***/


@media (min-width: 576px) {
  .all-images .image {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem 0 0;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .all-images .image {
    width: 50%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .all-images .image {
    width: 30%;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .all-images .image {
    width: 20%;
  }
}