.viewphotos-tools{
	cursor: pointer;
}

.viewphotos-mask{
	opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
	transition: all .3s;
}

.viewphotos-wrapper{
	opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
}
.viewphotos-close.btn{
	position: fixed;
    top: 10px;
    right: 20px;
    padding: 0;
}
.viewphotos-Image {
    cursor: zoom-in;
    object-fit: cover;
}