/* Verified real-photo layer for species guides and the species library. */
.guide-photo.guide-photo-dynamic[hidden],.library-photo-slot[hidden]{display:none!important}
.guide-photo.guide-photo-dynamic img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#062e3e}
.guide-photo.guide-photo-dynamic figcaption{font-size:.78rem;line-height:1.35}
.library-photo-slot{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;background:#062e3e;border-radius:inherit}
.library-photo-slot>img{display:block;width:100%;height:100%;object-fit:cover}
.library-photo-slot .species-photo-credit{position:absolute;left:0;right:0;bottom:0;padding:.32rem .45rem;background:rgba(0,20,31,.78);color:#fff;font-size:.62rem;line-height:1.25}
.library-photo-slot .species-photo-credit a{color:#fff;text-decoration:underline;text-underline-offset:2px}
@media(max-width:520px){.library-photo-slot .species-photo-credit{font-size:.58rem}}
