.lightbox-container
{
	position:  fixed;
	text-align: center;
	top: 0;
	left:  0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999;
	padding: 10px;
 
}

.lightbox img
{
	max-width: 95vw;
    border: solid 5px #fff;
    max-height: 95vh;
    margin-top: 3vh;
}


.miniature:hover
{
	cursor:  pointer;
}

    .lightbox-close i {
    text-shadow: 2px 2px 2px black;
}
.lightbox-close {
    /* float: right; */
    color: #fff;
    z-index: 99999;
    position: fixed;
    top: 50px;
    right: 50px;
    background: grey;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    padding: 3px 9px;
}