.body-archive{display:flex;flex-direction:column;min-height:100vh}.grid-container-photos-archive{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;padding:2rem;justify-items:center;flex-grow:1}.photo-wrapper-archive{width:100%;max-width:200px}.photo-archive{width:100%;height:auto;cursor:pointer;transition:transform .3s ease}.photo-archive:hover{transform:scale(1.05)}.caption-archive{text-align:right;font-size:.9rem;color:blue}.text-archive{margin:auto 1rem 2rem;padding:1rem;font-size:1rem;color:white;background-color:blue}.body-archive-photo{display:flex;flex-direction:column;min-height:100vh}.scatter-container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;padding:2rem;justify-items:center}.scatter-container>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.image-archive-modal{max-width:100%;height:auto;cursor:pointer}.image-archive-small{width:150px}.image-archive-medium{width:200px}.image-archive-large{width:350px}.image-wrapper-archive{position:relative;display:inline-block}.loader-overlay{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:rgba(0,0,0,.2)!important;display:flex!important;align-items:center;justify-content:center;z-index:5000!important}.loader-icon{color:white;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;cursor:zoom-out}.modal-image-archive{max-width:90%;max-height:90%;object-fit:contain}