span.copyright {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-shadow: 0 0 1px #000;
	display: block;
	font-size: 12px;
}
span.copyright.copyright--partner {	
	right: 5px;
	bottom: 45px;
}
span.copyright.copyright--mission {	
	left: 25px;
	top: 25px;
	bottom: unset;
}
@media screen and (min-width: 1200px) {
	span.copyright.copyright--mission {
		top: unset;
		bottom: 10px;
	}
}

/* #BLEBK-162 */
.teaser--list-item .teaser__image picture {
	position: relative;
	display: block;
}
.teaser--list-item .teaser__image picture > .copyright {
	right: unset;
	left: 0;
	top: 85px;
	color: #646464;
	text-shadow: none;
}

/* #BLEBK-228 News copyright styling for smaller screens */

@media screen and (min-width: 31.875em) {
	.teaser--list-item .teaser__image picture > .copyright {
		top: 60px;
	}
}
@media screen and (min-width: 54.0625em) {
	.teaser--list-item .teaser__image picture > .copyright {
		top: 85px;
	}
}
@media screen and (max-width: 600px) {
	.teaser--list-item .teaser__image picture > .copyright {
		top: 75px;
		font-size: 10px;
	}
}
@media screen and (max-width: 415px) {
	.teaser--list-item .teaser__image picture > .copyright {
		display: block;
		top: 75px;
		font-size: 10px;
	}
}