.custom-image-wrapper{display:inline-block;transition:transform .3s ease}.custom-image-wrapper:hover{z-index:1}.custom-image-wrapper:hover .custom-image{animation:pulse 1.2s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.image-modal{align-items:center;background-color:rgba(0,0,0,.85);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.image-modal.active{display:flex}.modal-image{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.6);max-height:90vh;max-width:90vw}.custom-image-wrapper{overflow:visible;position:relative;z-index:0}.custom-image,.custom-image-wrapper{display:block;max-width:100%;width:100%}.custom-image{height:auto;object-fit:contain;transition:all .3s ease}