
/* ===== הסיפור שלו — תמונה אחת בלבד ===== */
.opening-story-photos.opening-story-single-photo{
  position:relative !important;
  width:100% !important;
  height:390px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.story-single-photo{
  position:relative !important;
  width:min(100%,520px) !important;
  height:100% !important;
  margin:0 !important;
  overflow:hidden !important;
  border:1px solid rgba(226,188,116,.34) !important;
  border-radius:24px !important;
  background:#0b131c !important;
  box-shadow:0 24px 58px rgba(0,0,0,.28) !important;
  transform:none !important;
}

.story-single-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Hide any old photo figures if stale markup is cached */
.opening-story-photos .story-photo{
  display:none !important;
}

@media(max-width:700px){
  .opening-story-photos.opening-story-single-photo{
    height:280px !important;
  }

  .story-single-photo{
    width:100% !important;
    max-width:390px !important;
    border-radius:18px !important;
  }
}

@media(pointer:coarse) and (min-width:701px) and (max-width:1300px){
  .opening-story-photos.opening-story-single-photo{
    height:330px !important;
  }
}
