/* Lightbox başlık alanı için görselden bağımsız, sabit ve okunaklı alt alan. */
.photo-dialog figure{display:flex;max-height:calc(100vh - 72px);flex-direction:column}
.photo-dialog figure>img{max-height:calc(100vh - 195px);flex:1 1 auto}
.photo-dialog figcaption{position:relative;z-index:3;flex:0 0 62px;min-height:62px;box-sizing:border-box;background:#fff}
@media(max-width:750px){.photo-dialog figure{max-height:calc(100vh - 44px)}.photo-dialog figure>img{max-height:calc(100vh - 165px)}.photo-dialog figcaption{min-height:68px;flex-basis:68px}}
