#ImageViewerContent img {
    animation-name: zoom;
    animation-duration: 0.6s;
    margin: auto;
}

/* Style the Image Used to Trigger the Modal */
img.image-viewer {
    border-radius: 5px;
    cursor: zoom-in;
    transition: 0.3s;
}

img.image-viewer:hover {
    opacity: 0.7;
}