.photocredits{
	position: absolute;
	z-index: -1;
	font-size: 10px;
	color: #ffffff;
	right: 0px;
	bottom: 0px;
	padding: 2px;
}

.imagebottomright{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('/images/gerben_foto.png');
	background-repeat: no-repeat;
	mix-blend-mode: overlay;
	width: 149%;
	height: 100%;
	display: block;
	background-size: contain;
	background-position: center right;
	z-index: -2;
}


/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1199px) {
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 991px) {
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
	.imagebottomright{
		position: absolute;
		right: 0px;
		bottom: 0px;
		left: 0px;
		top: 200px;
		display: block;
		height: auto;
		background-size: 100% auto;
		margin-bottom: 0px;
	}
	.photocredits{
		bottom: 0px;
	}
}
/* Micro-Small devices (iphones, 480px and down) */
@media (max-width: 480px) {
	.imagebottomright{
		background-size: 100% auto;
	}
}
