
.box{
		width: 100%;
		height: 100vh;
	 	display: none;
	 	align-items: center;
}

.boximg {
width: inherit;
}

.boxwrap{
	position: relative;
width: inherit;
margin: 0 auto!important;
text-align: center;
}


.thumbnail{
	display: inline!important;
	border-radius: 0px;
	background-color: #fff;
	height: 300px;
	width: 300px;
}
.radius{
	border-radius: 50px!important;
}
.selectors{
	display: none;
}

.nextimg {
    position: absolute;
    right: 0%;
    bottom: 0%;
    padding: 4% 4%!important;
}

.previmg{
position: absolute;
left: 0%;
bottom: 0%;
padding: 4% 4%!important;
}

.images a{
	text-decoration: none;
}
