.zoomer-container {
    overflow: hidden;
    position: relative;
    transition: background-color .5s;
    min-height: 500px;
}

.zoomer-container img {
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    transform-origin: top;
}