

.zoomImg {
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-size: contain ;
    background-position: center ;
}



.zoomImg img{
    transition: none;
    position: absolute;
    width: 175%;
    height: 150%;
    display: none;
    top: 0px;
    left: 0px;
    margin: 20px;
}

.zoomed {
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-size: contain ;
    background-position: center ;
}

.zoomed Img {
    transition: none;
    position: absolute;
    width: 175%;
    height: 150%;
    display: none;
    top: 0px;
    left: 0px;
    margin: 20px;
}
.zoomImgBlock{
    width: 100%;
    height: 100%;
}
