
.pointer{
	position: absolute;
	top: 3.5%;
	left: 3%;
	width: 94%;
	height: 93%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);

	border: 3px solid #fff;
	/*border-left: 3px solid #fff;*/
	-webkit-clip-path: polygon(12% 0, 100% 0, 100% 80%, 88% 100%, 0 100%, 0% 20%);
	clip-path: polygon(12% 0, 100% 0, 100% 80%, 88% 100%, 0 100%, 0% 20%);
	
	display: none;
}

.gallery:hover div.pointer{
	display: block;
}

.pointer div{
	position: relative;
	height: 80%;
	width: 85%;
	top: 10%;
	left: 7.5%;
	box-sizing: border-box;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
}


div.gallery{
	position: relative;
	margin-top: 15px;
}

	div.gallery p{
		color: #fff;
		text-align: center !important;
		margin: 0;
	}
	
	div.gallery > div:first-of-type{
		position: relative;
		max-width: 100%;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		border: 3px solid #25408E;
		box-sizing: border-box;
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	div.gallery:nth-of-type(1) > div:first-of-type{
		background-image: url("../images/kontejner/2.jpg");
	}
	
	div.gallery:nth-of-type(2) > div:first-of-type{
		background-image: url("../images/kontejner/5.jpg");
	}
	
	div.gallery:nth-of-type(3) > div:first-of-type{
		background-image: url("../images/kontejner/6.jpg");
	}
	
	div.gallery:nth-of-type(4) > div:first-of-type{
		background-image: url("../images/kontejner/4.jpg");
	}
	
	div.gallery:nth-of-type(5) > div:first-of-type{
		background-image: url("../images/kontejner/1.jpg");
	}
	
	div.gallery:nth-of-type(6) > div:first-of-type{
		background-image: url("../images/kontejner/3.jpg");
	}