﻿.panzoom {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}

#image_wrapper {
    display: none;
    position: absolute;
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
}

#image-zoom {
    /*width: 100%;*/
    height: 100%;
/*    object-fit: cover;*/
    overflow: hidden;
}

/* The Close Button */
.close {
    z-index: 2000;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #cf0101;
    /*    background: #ffffff00;*/
    font-size: 40px;
    width: 50px;
    font-weight: bold;
    transition: 0.1s;
    padding: 0;
    border: none;
    background: none;
}

    .close:hover {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
