.wp-block-image.travel-photo-figure {
  position: relative;
  width: min(100%, 720px);
  max-width: 100%;
  margin: 1.5rem auto;
  overflow: hidden;
}

.wp-block-image.travel-photo-figure > a {
  display: block;
  width: 100%;
}

.wp-block-image.travel-photo-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-image.travel-photo-figure figcaption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0.7rem !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;
  background: transparent !important;
}

.wp-block-image.travel-photo-figure .travel-photo-caption-text {
  display: inline-block;
  max-width: calc(100% - 2rem);

  padding: 0.35rem 0.75rem;

  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 999px;

  font-size: 0.95rem;
  line-height: 1.5;
}
