.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 1rem;
  height: auto;
  border-top: 3px solid var(--style-color-1);
  border-bottom: 3px solid var(--style-color-2);
  border-left: 3px solid var(--style-color-1);
  border-right: 3px solid var(--style-color-2);
  /* JS controls height */
}
.image-wrapper.post-image-darkbg {
  background-color: #000;
}

.post-image {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  min-height: 200px;
}