.zoomoverflow {
    position: fixed;
    display: none;
    background: rgba(51, 51, 51, 0.15);;
    height:100%;
    width:100%;
    top:0;
    left:0;
    overflow: scroll;
}

.close-zoom {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    font-size: 50px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.5);
    width: 50px;
    text-align: center;
}

.zoomarea img {
    margin-top:0 !important;
    width:auto;
}