.fotogalerij a{
	position: relative;
	display: block;
	text-decoration: none !important;
}

.fotogalerij .last-no-margin{

}

.fotogalerij_item .twee_na_laatst {
	border-bottom-left-radius: 50px;
    overflow: hidden;
}
.fotogalerij_item .laatst {
	border-bottom-right-radius: 50px;
    overflow: hidden;
}

.fotogalerij a:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(100, 164, 184, 0.6);
	opacity: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.fotogalerij a:after,
.fotogalerij a:before{
	pointer-events: none;
}

.fotogalerij a:hover:after,
.fotogalerij a:hover:before{
	opacity: 1;
}

.fotogalerij a:before{
	opacity: 0;
	content: "\f00e";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index: 150;
	font-size: 36px;
}

@media (max-width:767px)
{

}

@media (min-width:768px) and (max-width:991px)
{

}

@media (min-width:992px) and (max-width:1199px)
{

}
