

.article_slide {
	position: relative;
	overflow: hidden;
}
.article_slide a {
	color: white;
}
.article_title_black_box {
	background: black;
	opacity: 0.8;
	position: absolute;
	top: 60%;
	left: 0;
	height: 37%;
	width: 95%
}
.article_title {
	text-align: center;
	color: white;
	font-size: 1.25em;
	position: absolute;
	top: 65%;
	left: 0;
	width: 95%;
}
.article_title img {
	width: 100%;
}
