﻿.relative {
	position: relative;
}

.flag-uc {
	background-position: -64px -165px !important;
}

.headimg__link {
	position: absolute;
	z-index:999;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.5);
}

.headimg__link a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 10px;
}

.news__meta {
	padding: 15px 0;
}

.news figcaption {
	bottom:-28px !important;
}

@media (min-width: 46.25em) {
	.headimg__link {
		right: 6px;
		left: 6px;
	}

	.news__meta {
		padding: 15px 0 11px 0;
	}

	.news figcaption {
		bottom:-34px !important;
	}
}

@media (min-width: 61.25em) {
	.headimg__link {
		right: 0;
		left: 0;
	}
}

.SourceDeeplink a {
	background-color: #00a8d5;
	padding: 5px;
	color: black;
	font-weight: bold;
	line-height: 220%;
}

	.SourceDeeplink a:hover {
		background-color: #00a8d5;
		padding: 5px;
		color: black;
		font-weight: bold;
		line-height: 220%;
		text-decoration: underline;
	}