.credits-overlay {
	margin: 0;
	opacity: 1;
	text-align: left;
	display: none;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	color:red;
	font-family: "Lato", "Verdana", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	position:absolute;
	bottom:5px;
}

.credits-overlay:hover {
	opacity: 1.0;
}

.credits-overlay p {
	margin: 0;
}

.image-credits {
	clear: both;
}
.credits-overlay .image-credit {
font-family: "Lato", "Verdana", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 11px;
color: #807f7f;
padding-bottom: 0;
line-height: 15px;
float: left;
text-align: left;
width: 100%;
}
#cat_quickread .credits-overlay{bottom:-14px;}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
   .credits-overlay{bottom:5px!important;}
   .wp-caption img{ margin-bottom:20px;}
}

.wp-caption img{padding-bottom:20px;}