/* .gallery {
    position: fixed;
    top: 23px;
    left: 32.5%;
    width: 35vw;
    height: 35vh;
    padding: 40px 10px;
    display: none;
    border:none;
    z-index: 1000;
} */

.gallery {
    position: fixed;
    top: 23px;
    /* left: 340px; */
    width:1050px;
    height: auto;
    margin:0 auto;
    padding: 40px 10px;
    display: none;
    border:none;
    z-index: 1000;
}

.gallery > img {
    position: absolute;
    max-height: auto;
    width: 45%;
    margin: auto;
    top: 0; left: 0; right: 0;
    border-radius: 13px;
    border: none;
}
