
#content_container {
	max-width: 750px;
}

.photo_container {
	position: relative;
	border-bottom: 1px solid #AAA;
}

.full_width_pic {
	max-width: 100%;
	display: block;
}

.photo_description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	padding: 10px;
}

.photo_description span {
	display: inline-block;
	background: #4a4a4a;
	border: 1px solid #CCC;
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	box-shadow: 0 0 3px #000;
	cursor: default;
	user-select: none;
	opacity: 0.7;
}

@media (max-width: 750px) {
	
	#content_container {
		margin: 0;
		border: none;
		box-shadow: none;
	}
	
	#bg_image {
		background: #525252;
		opacity: 1.0;
	}
	
	.mobile_only {
		display: block;
	}
	
}