.item{position:absolute}
.hidden{
    background:linear-gradient(45deg, black, #4a4a4a)!important
}
.clickme{    
    color: #afafaf;
    position: relative;
    top: 17%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: Arial;
    line-height: 1.3em;
}
.clickme img{
width:50px}

.capt-element{
background-size:cover!important}
		.puzzle{
			width: 100%;
			height: 100%;
			overflow-x: hidden;
			margin: 0;
		}
    	.capt-container,
		.border-container {
			height: 100%;
			width: 100%;
			max-width: 400px;
			max-height: 485px;
			display: grid;
			grid-gap: 5px;
   			grid-template-rows: 33.3% 33.3% 33.3%;
    		grid-template-columns: 33.3% 33.3% 33.3%;
		}

		.border-container,
		.capt-container {
            z-index: 1;
		}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.proceed{
	z-index: 2;
    color: white;
    text-align: center;
	font-size:1.8em;
    padding: 20px;
}