.image-view .image-view-figcaption:has(.image-view-caption:empty):has(.image-view-copyright:empty) {
  display: none;
}

.image-view .image-view-copyright:not(:empty)::before {
  content: "(";
}

.image-view .image-view-copyright:not(:empty)::after {
  content: ")";
}

.image-view {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.image-view figure {
  max-width: 100%;
}

.image-view figure img {
  max-width: 100%;
  height: auto;
}
