.image-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(251,251,251,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.image-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%}.image-modal-content{width:80%;height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.image-modal-content img{max-width:100%;max-height:100%;object-fit:contain;margin-bottom:15px;box-shadow:0 4px 15px rgba(0,0,0,.5)}.image-modal-content p{margin-top:auto}.image-modal-alt{font-size:1.45rem;font-weight:600}