#medum-content {
	width: 1414px;
	margin: auto;
	    border: 7px solid #333;
}

#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: 1400px;
	height: 486px;
		
	
}

#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: 1200px) {
	#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;
	}
}

@media (max-width: 991px) {
	#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;
	}
}
@media (max-width: 767px) {
	#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;
	}}
@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;
	}
}
