.image-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow:auto}.image-modal-content{z-index:1001;background-color:#423e3ea6;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000094}.image-modal-close-btn{color:#fff;cursor:pointer;z-index:2000;background:#6a6666e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 5px #0000004d}.image-modal-full,.image-modal-content img.image-modal-full{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 160px);margin-bottom:15px;display:block}.video-modal-content{background:0 0;border-radius:4px;justify-content:center;align-items:center;width:100%;max-width:1100px;max-height:calc(100vh - 160px);margin-bottom:15px;display:flex;overflow:hidden}.image-modal-video,.video-modal-content video{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 160px);display:block}.image-modal-description-full{color:#fff;text-align:center;max-width:90%;padding:8px 10px 0;font-size:1.05em}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.image-modal-content{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:12px}.image-modal-full,.image-modal-video{max-width:100%;max-height:calc(100vh - 180px)}.image-modal-close-btn{width:36px;height:36px;font-size:1.4rem}}
