/* Owner-approved Ridgebacks photograph for Rauthin Estate.
   Served from the public Rauthin media library using an immutable commit URL. */
.estate-ridgeback-photo {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  min-height: 0;
  margin: 0 auto;
  justify-self: center;
  overflow: hidden;
  border-radius: 3px;
  background-image:
    linear-gradient(180deg, rgba(14,44,39,.02) 42%, rgba(14,44,39,.48) 100%),
    url("https://cdn.jsdelivr.net/gh/Rauthin/media@ad57f41735e4d8c9d2bb19c8e9dc346fa6653447/images/ASSET-000340.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
}

.estate-ridgeback-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.estate-ridgeback-photo figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,.72);
}

@media (max-width: 980px) {
  .estate-ridgeback-photo {
    max-width: 420px;
    min-height: 0;
    background-position: center;
  }
}

@media (max-width: 680px) {
  .estate-ridgeback-photo {
    max-width: min(100%, 420px);
    min-height: 0;
    background-position: center;
  }

  .estate-ridgeback-photo figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
