.image-modal.active { display: flex; } .modal-content { max-width: 90%; max-height: 90%; box-shadow: 0 0 40px rgba(0,0,0,0.8); } .modal-close { position: absolute; top: 20px; right: 30px; font-size: 42px; color: white; cursor: pointer; } .modal-caption { position: absolute; bottom: 30px; color: #ccc; font-size: 14px; text-align: center; max-width: 80%; }