@charset "utf-8";
/* CSS Document */

#banner {
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 8px 2px #666;
    -moz-box-shadow: 0px 0px 8px 2px #666;
    box-shadow: 0px 0px 3px 1px #666;
}

.extend-full,
.thumbnail > img,
.thumbnail a > img,
#banner > .item > img,
#banner > .item > a > img {
	display: block;
	max-width: 100%
	height: auto;
}

.extend-full {
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.photo-credit {
	width: auto;
	padding: .5em 3em .5em 1em;
	color: #E7F2CC;
	background-color:rgba(0,0,0,0.5);
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	font-size: .5em;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	z-index: 200;
	position: absolute;
	top: 27em;
	right: 0;
}

.photo-credit-mobile {display: none; font-size: .6em;}

@media only screen and (max-width: 480px) {
	#banner {margin-top: -30%;}
	.photo-credit {display: none;}
	.photo-credit-mobile {display: block;}
}