.item{position:absolute}
.hidden{
    background: linear-gradient(45deg, black, transparent)!important;
}
.clickme{    
    color: #afafaf;
    position: relative;
    top: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
  	font-size: 1.5rem;
}
.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: 600px;
			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
}
    @media screen and (max-width:1024px){
    .videobgbox {
    width: 100%;
    height: 80%;
    position: fixed;
    left: 0;
    top: 20%;
    right: 0;
    bottom: 0;
	}
    }