#medum-content {
	width: 714px;
	margin: auto;
}

#medum-content .content {
	padding: 0 7px;
}
.notes {
	text-align: right;
	padding: 0 7px;
	margin-bottom: 20px;
	margin-top: -15px;
}
.notes h5 {
	font-weight: 400;
	font-style: italic;
}
#slider1 {
	width: 700px;
	height: 394px;
	margin: 20px auto;
	border: 7px solid #fff;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#slider1 {}
#slider1 h3
, #slider1 h4
, #slider1 h5
, #slider1 p {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: #000;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 5%;
	z-index: 1;
}
#slider1 h3 {
	font-size: 1.75em;
	line-height: 1;
	top: 20px;
}
#slider1 h4 {	
	font-size: 1em;
	line-height: 1;
	top: 63px;
}
#slider1 p {
	font-size: 1em;
	line-height: 1;
	top: 110px;
}
#slider1 p + p {
	top: 140px;
}
#slider1 h5 {
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
	font-style: italic;
	margin-left: 150px;
	top: 180px;
}

/* responsive rules */
@media (max-width: 713px) {
	#medum-content {
		width: auto;
		margin: 0;
	}
	#slider1 {
		width: 100%;
		height: auto; /* reset slider height to automatically fix with the first image height. */
		border: none;
		margin-top: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}
