/* Image Showcase Interactive Zoom Style */

.image-showcase-container .main-image-wrapper {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    width: 100%;
}

.image-showcase-container .main-image-wrapper img {
    transition: transform 0.1s ease-out;
    transform-origin: center center;
    width: 100%;
    height: auto;
    display: block;
}
